pkgsrc-WIP-cvs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: wip/mk-configure
Module name: wip
Committed by: cheusov
Date: Fri Sep 3 20:52:11 UTC 2010
Modified Files:
wip/mk-configure: Makefile PLIST distinfo
Log Message:
Update to 0.19.0
FIX: LPREFIX, YPREFIX and YHEADER now works as
documented. Regression test for them is added.
As of this release target "install" creates target directories by
default, i.e. it envokes target "installdirs" before installing
files. For disabling this behaviour, you may set MKINSTALLDIRS
variable to "no".
mkc.lib.mk:
- New variable EXPORT_SYMBOLS for exporting (in shared object
library) only specified symbols. At the moment the following
platforms support this: Solaris and those using GNU ld,
that is *BSD and Linux.
- "ld -h" is enabled on Solaris.
mkc.subdir.mk and mkc.subprj.mk:
- Two new variables: EXPORT_VARNAMES and NOEXPORT_VARNAMES for
exporting variables before building subprojects. By default
MKC_CACHEDIR is exported. As a result _mkc_* cache files will
be placed in one directory for all subprojects.
- New variable NOSUBDIR for excluding specified subprojects from
build. Useful side effect: by using this variable you may
disable some regression tests while running "bmake test".
- Makefile.rec file if present is included by ALL subprojects
recursively. See tests/rec_makefiles.
mkc.subprj.mk:
- New target subdir-<trg>-<subdir>, synonym for
nodeps-<trg>-<subdir>.
mkc.configure.mk:
- MKC_CHECK_PROGS: mkc_check_progs is not called if path to
program is absolute.
mk-configure.7 shows in <> typical place where variables shall be used.
On Solaris LD=/usr/ccs/bin/ld by default.
On QNX mkc_install is used as install program by default.
mkc_check_custom:
- FIXED: ambiguous arguments of command "test" (seen on QNX)
regression tests:
- New test examples/hello_plugins replacing
examples/hello_dlopen and examples/hello_dll
- New test examples/hello_calc
To generate a diff of this commit:
cvs -z3 rdiff -u -r1.14 -r1.15 wip/mk-configure/distinfo
cvs -z3 rdiff -u -r1.17 -r1.18 wip/mk-configure/PLIST
cvs -z3 rdiff -u -r1.24 -r1.25 wip/mk-configure/Makefile
To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/mk-configure/distinfo?r1=1.14&r2=1.15
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/mk-configure/PLIST?r1=1.17&r2=1.18
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/mk-configure/Makefile?r1=1.24&r2=1.25
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:
Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs
Home |
Main Index |
Thread Index |
Old Index