FreeBSD Bugzilla – Attachment 2676 Details for
Bug 7940
make depend packages and index on demand
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 905 bytes, created by
sada
on 1998-09-15 23:40:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
sada
Created:
1998-09-15 23:40:00 UTC
Size:
905 bytes
patch
obsolete
>--- bsd.port.mk.orig Wed Sep 16 04:55:34 1998 >+++ bsd.port.mk Wed Sep 16 05:04:25 1998 >@@ -1489,6 +1489,9 @@ > ${INSTALL_COOKIE}: > @cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} build > @cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} real-install >+.if defined(BUILD_PACKAGE_AT_INSTALL_TIME) >+ @cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} real-package >+.endif > ${PACKAGE_COOKIE}: > @cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} install > @cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} real-package >@@ -1507,6 +1510,12 @@ > real-install: _PORT_USE > @${ECHO_MSG} "===> Installing for ${PKGNAME}" > real-package: _PORT_USE >+.if defined(REGISTER_PACKAGE_INDEX_AT_INSTALL_TIME) >+ @${MAKE} ${.MAKEFLAGS} describe \ >+ | ${CAT} - ${PACKAGES}/INDEX \ >+ | sort -t '|' +1|uniq >${PACKAGES}/INDEX.tmp >+ ${MV} ${PACKAGES}/INDEX.tmp ${PACKAGES}/INDEX >+.endif > > # Empty pre-* and post-* targets, note we can't use .if !target() > # in the _PORT_USE macro
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 7940
: 2676