diff options
author | jeh <jeh@FreeBSD.org> | 2000-10-18 21:46:52 +0000 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2000-10-18 21:46:52 +0000 |
commit | 18c650807826a1bdc7835691a7444bb5b6453600 (patch) | |
tree | 3391a406c7659b1c63f6a95a4f29fde1db0ea3d0 /devel/i386-rtems-chill | |
parent | 3ec163aebdc5f387c753b4dd6399b52e4a6e4088 (diff) | |
download | FreeBSD-ports-18c650807826a1bdc7835691a7444bb5b6453600.zip FreeBSD-ports-18c650807826a1bdc7835691a7444bb5b6453600.tar.gz |
Clean up the patch section of the Makefile. Added one level of
directories to patch-a[ab] to make the Makefile simpler
Diffstat (limited to 'devel/i386-rtems-chill')
-rw-r--r-- | devel/i386-rtems-chill/Makefile | 13 | ||||
-rw-r--r-- | devel/i386-rtems-chill/files/patch-aa | 4 | ||||
-rw-r--r-- | devel/i386-rtems-chill/files/patch-ab | 4 |
3 files changed, 7 insertions, 14 deletions
diff --git a/devel/i386-rtems-chill/Makefile b/devel/i386-rtems-chill/Makefile index d85f0a1..c33ef8e 100644 --- a/devel/i386-rtems-chill/Makefile +++ b/devel/i386-rtems-chill/Makefile @@ -43,17 +43,10 @@ CONFIGURE_ARGS?= --with-gnu-as --with-gnu-ld --verbose \ CONFIGURE_WRKSRC?= ${WRKDIR}/build-${LCLTARGET} CONFIGURE_SCRIPT?= ../${CHILLNAME}/configure -MAKE_FLAGS= LANGUAGES="CHILL" +PATCH_WRKSRC= ${WRKDIR} +PATCH_STRIP= -p -.if defined(PATCH_DEBUG) -PATCH_DEBUG_TMP= yes -PATCH_ARGS= -d ${WRKDIR}/${CHILLNAME} -E ${PATCH_STRIP} -PATCH_DIST_ARGS= -d ${WRKDIR} -E ${PATCH_DIST_STRIP} -.else -PATCH_DEBUG_TMP= no -PATCH_ARGS= -d ${WRKDIR}/${CHILLNAME} --forward --quiet -E ${PATCH_STRIP} -PATCH_DIST_ARGS= -d ${WRKDIR} --forward --quiet -E ${PATCH_DIST_STRIP} -.endif +MAKE_FLAGS= LANGUAGES="CHILL" pre-configure: @(cd ${WRKDIR} ; \ diff --git a/devel/i386-rtems-chill/files/patch-aa b/devel/i386-rtems-chill/files/patch-aa index f718915..73960afa 100644 --- a/devel/i386-rtems-chill/files/patch-aa +++ b/devel/i386-rtems-chill/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-chill/files/patch-ab b/devel/i386-rtems-chill/files/patch-ab index ac40a7a..1f99506 100644 --- a/devel/i386-rtems-chill/files/patch-ab +++ b/devel/i386-rtems-chill/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, |