Commit graph

10 commits

Author SHA1 Message Date
rillig
917dc93a70 Code cleanup; removed a redundant comment. 2006-11-05 16:24:43 +00:00
rillig
5867288a83 Oops, spurious line in the output. 2006-10-26 21:32:55 +00:00
rillig
9a06c399d7 Converted the commands that output lists to make(1) loops instead of
passing the lists literally. This avoids calling printf(1) with only one
argument, since POSIX and bash differ in the implementation.
2006-10-26 20:41:56 +00:00
jlam
af66f920c9 BUILD_ENV was renamed to PKGSRC_MAKE_ENV. 2006-07-25 16:04:44 +00:00
jlam
574f8fe190 Make _show-dbginfo-configure work for packages that don't set
CONFIGURE_ARGS.  We guard against an empty CONFIGURE_ARGS to prevent
the ODE variable loop from expanding to an empty value.
2006-07-20 19:00:50 +00:00
rillig
8774cc5fc5 CONFIGURE_ARGS are processed by an ODE "for" loop, since that prevents
an empty line from being printed when the variable is empty. It also
removes the need for special handling of "<".
2006-07-20 17:56:27 +00:00
jlam
6bd385f1bb Use an ODE variable loop instead of a make .for loop to output the list
of "TOOL" variables defined by the tools framework.
2006-07-20 17:40:45 +00:00
rillig
63572ebd6f Added the build-env target. 2006-07-20 17:31:20 +00:00
rillig
5902b29ca6 Oops, there had been an RCS tag that should not have been expanded. 2006-07-20 17:14:26 +00:00
rillig
680b655fe9 Added the "debug" target, which outputs a lot of information helping in
debugging packages that have build problems.
2006-07-20 17:10:45 +00:00