diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-12-28 13:27:27 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-12-28 13:27:27 +0000 |
commit | 75ec193fb8c4c78a9bce851f9bb1a8e421dc920c (patch) | |
tree | 4aff6fef7928695e79c8b2d6d0eb6dc3010d9880 /Tools/portbuild/scripts/makeduds | |
parent | A dummy port to create a package of static Motif libs and include (diff) |
The scripts to allow parallel package building. See the README file in
Tools/portbuild for details.
Note that this is still a major work in progress. I probably forgot
something but I need to go to sleep. At least it works here (most of
the time :).
Notes
Notes:
svn path=/head/; revision=15682
Diffstat (limited to 'Tools/portbuild/scripts/makeduds')
-rwxr-xr-x | Tools/portbuild/scripts/makeduds | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Tools/portbuild/scripts/makeduds b/Tools/portbuild/scripts/makeduds new file mode 100755 index 000000000000..8c8baa0152da --- /dev/null +++ b/Tools/portbuild/scripts/makeduds @@ -0,0 +1,7 @@ +#!/bin/sh +export PORTOBJFORMAT=aout +export OSVERSION=228001 +unset DISPLAY +export HAVE_MOTIF=t +export PARALLEL_PACKAGE_BUILD=t +make ignorelist ECHO_MSG=true > ../../2.2/duds |