FreeBSD Bugzilla – Attachment 57186 Details for
Bug 86309
Mk/bsd.autotools.mk: split run-autotools: into sub-targets.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
bsd.autotools.mk.diff
bsd.autotools.mk.diff (text/plain), 1.30 KB, created by
Thierry Thomas
on 2005-09-18 21:50:13 UTC
(
hide
)
Description:
bsd.autotools.mk.diff
Filename:
MIME Type:
Creator:
Thierry Thomas
Created:
2005-09-18 21:50:13 UTC
Size:
1.30 KB
patch
obsolete
>--- bsd.autotools.mk.orig Sat Jul 2 09:02:24 2005 >+++ bsd.autotools.mk Tue Sep 13 23:00:36 2005 >@@ -324,21 +324,39 @@ > # > # Part of the configure set - run appropriate programs prior to > # the actual configure target if autotools are in use >+# If needed, this target could then be overridden, for example to >+# change the order of aclocal / patch-autotools. > # > .if !target(run-autotools) >-run-autotools: >+run-autotools:: run-autotools-aclocal run-autotools-automake run-autotools-autoconf run-autotools-autoheader >+.endif >+ >+.if !target(run-autotools-aclocal) >+run-autotools-aclocal: > . if defined(AUTOTOOL_aclocal) > @(cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${ACLOCAL} \ > ${ACLOCAL_ARGS}) > . endif >+.endif >+ >+.if !target(run-autotools-automake) >+run-autotools-automake: > . if defined(AUTOTOOL_automake) > @(cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${AUTOMAKE} \ > ${AUTOMAKE_ARGS}) > . endif >+.endif >+ >+.if !target(run-autotools-autoconf) >+run-autotools-autoconf: > . if defined(AUTOTOOL_autoconf) > @(cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${AUTOCONF} \ > ${AUTOCONF_ARGS}) > . endif >+.endif >+ >+.if !target(run-autotools-autoheader) >+run-autotools-autoheader: > . if defined(AUTOTOOL_autoheader) > @(cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${AUTOHEADER} \ > ${AUTOHEADER_ARGS})
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 86309
: 57186