diff options
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 |