- Remove patch: use ALL_TARGET instead

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2011-09-10 20:27:10 +00:00
parent 09c63da23f
commit aa568b0d40
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=281601
2 changed files with 0 additions and 13 deletions

View file

@ -24,7 +24,6 @@ CONFIGURE_SCRIPT= Configure
CONFIGURE_ARGS= --prefix=${PREFIX} \ CONFIGURE_ARGS= --prefix=${PREFIX} \
--share-prefix=${PREFIX}/share \ --share-prefix=${PREFIX}/share \
--with-gmp=${LOCALBASE} --with-gmp=${LOCALBASE}
#MAKE_ARGS= gp
HAS_CONFIGURE= yes HAS_CONFIGURE= yes
USE_LDCONFIG= yes USE_LDCONFIG= yes

View file

@ -1,12 +0,0 @@
$FreeBSD$
--- config/TOP_Make.SH.orig 2011-07-12 17:57:15.000000000 +0900
+++ config/TOP_Make.SH 2011-07-12 17:57:33.000000000 +0900
@@ -42,7 +42,6 @@
all::
@\$(MAKE) gp
- @-cd doc && \$(MAKE) doc
gp bench test-kernel test-all $top_test_extra $top_dotest_extra install cleanall cleanobj cleantest install-bin install-doc install-docpdf install-data install-lib-sta install-bin-sta dobench dyntest-all statest-all tune::
@dir=\`config/objdir\`; echo "Making \$@ in \$\$dir";\\