summaryrefslogtreecommitdiff
path: root/netware/BUILD/compile-netware-END
diff options
context:
space:
mode:
Diffstat (limited to 'netware/BUILD/compile-netware-END')
-rwxr-xr-xnetware/BUILD/compile-netware-END11
1 files changed, 9 insertions, 2 deletions
diff --git a/netware/BUILD/compile-netware-END b/netware/BUILD/compile-netware-END
index 6c531ab5c7c..bf712f09162 100755
--- a/netware/BUILD/compile-netware-END
+++ b/netware/BUILD/compile-netware-END
@@ -29,8 +29,15 @@ fi
# configure
./configure $base_configs $extra_configs
-# make
-make clean bin-dist
+# Ensure a clean tree
+make clean
+
+# Link NetWare specific .def files into their proper locations
+# in the source tree
+( cd netware && make link_sources )
+
+# Now, do the real build
+make bin-dist
# mark the build
for file in *.tar.gz *.zip