diff options
author | James E. Housley <jeh@FreeBSD.org> | 2000-10-18 21:34:19 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2000-10-18 21:34:19 +0000 |
commit | 38d1697d55552780431a24ab21e8743698a4f236 (patch) | |
tree | fd15fc8e332e5f38cf51b903ea72078e380ad21a | |
parent | 57ba1b479287e368a129edc7bfa353c053eed702 (diff) | |
download | ports-38d1697d55552780431a24ab21e8743698a4f236.tar.gz ports-38d1697d55552780431a24ab21e8743698a4f236.zip |
Clean up the patch section of the Makefile. Added one level of
directories to patch-a[ab] to make the Makefile simpler
Notes
Notes:
svn path=/head/; revision=33974
-rw-r--r-- | devel/i386-rtems-g77/Makefile | 13 | ||||
-rw-r--r-- | devel/i386-rtems-g77/files/patch-aa | 4 | ||||
-rw-r--r-- | devel/i386-rtems-g77/files/patch-ab | 4 |
3 files changed, 7 insertions, 14 deletions
diff --git a/devel/i386-rtems-g77/Makefile b/devel/i386-rtems-g77/Makefile index 9c324ef946c1..f29f35014a61 100644 --- a/devel/i386-rtems-g77/Makefile +++ b/devel/i386-rtems-g77/Makefile @@ -43,17 +43,10 @@ CONFIGURE_ARGS?= --with-gnu-as --with-gnu-ld --with-newlib --verbose \ CONFIGURE_WRKSRC?= ${WRKDIR}/build-${LCLTARGET} CONFIGURE_SCRIPT?= ../${F77NAME}/configure -MAKE_FLAGS= LANGUAGES="f77" +PATCH_WRKSRC= ${WRKDIR} +PATCH_STRIP= -p -.if defined(PATCH_DEBUG) -PATCH_DEBUG_TMP= yes -PATCH_ARGS= -d ${WRKDIR}/${F77NAME} -E ${PATCH_STRIP} -PATCH_DIST_ARGS= -d ${WRKDIR} -E ${PATCH_DIST_STRIP} -.else -PATCH_DEBUG_TMP= no -PATCH_ARGS= -d ${WRKDIR}/${F77NAME} --forward --quiet -E ${PATCH_STRIP} -PATCH_DIST_ARGS= -d ${WRKDIR} --forward --quiet -E ${PATCH_DIST_STRIP} -.endif +MAKE_FLAGS= LANGUAGES="f77" pre-configure: @(cd ${WRKDIR} ; \ diff --git a/devel/i386-rtems-g77/files/patch-aa b/devel/i386-rtems-g77/files/patch-aa index f71891546ce9..73960afa69fc 100644 --- a/devel/i386-rtems-g77/files/patch-aa +++ b/devel/i386-rtems-g77/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.in.orig Fri Sep 1 21:07:00 2000 -+++ Makefile.in Fri Sep 1 21:16:11 2000 +--- gcc-2.95.2/Makefile.in.orig Fri Sep 1 21:07:00 2000 ++++ gcc-2.95.2/Makefile.in Fri Sep 1 21:16:11 2000 @@ -656,9 +656,7 @@ install-autoconf \ install-automake \ diff --git a/devel/i386-rtems-g77/files/patch-ab b/devel/i386-rtems-g77/files/patch-ab index ac40a7a6dd68..1f99506f8f1f 100644 --- a/devel/i386-rtems-g77/files/patch-ab +++ b/devel/i386-rtems-g77/files/patch-ab @@ -1,5 +1,5 @@ ---- gcc/Makefile.in.orig Fri Aug 13 03:46:55 1999 -+++ gcc/Makefile.in Fri Sep 1 21:15:38 2000 +--- gcc-2.95.2/gcc/Makefile.in.orig Fri Aug 13 03:46:55 1999 ++++ gcc-2.95.2/gcc/Makefile.in Fri Sep 1 21:15:38 2000 @@ -400,7 +400,7 @@ MAYBE_USE_COLLECT2 = @maybe_use_collect2@ # It is convenient for configure to add the assignment at the beginning, |