jmmv%NetBSD.org@localhost said:
Module Name: src
Committed By: jmmv
Date: Mon Nov 12 15:04:36 UTC 2007
Modified Files:
src/gnu/usr.bin/gcc4/g++: Makefile
src/share/mk: bsd.prog.mk
Log Message: Add the ability to build multiple programs from a single
directory
This adds support for a new set of variables, PROGS and PROGS_CXX,
that allow the developer to build multiple different programs from a
single source directory.
This appearently breaks builds with MKDEBUG=yes, eg:
# link formats/h_parser
/usr/tools/bin/i386--netbsdelf-c++ -Wl,-nostdlib -o h_parser
-Wl,-rpath-link,
/lib:/usr/lib -L/lib -B/usr/lib/ -B/usr/lib/ h_parser.o -latf
-L/usr/lib -L/
usr/lib
make: don't know how to make h_parser.debug. Stop