Changes in bundle_creation/makefile [8:29]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bundle_creation/makefile
r8 r29 4 4 ARCHIVE: 5 5 @echo Creating archive... 6 @tar -czf management_scripts .tar.gz etc home usr6 @tar -czf management_scripts_v`cat usr/local/lib/7dtd/VERSION | grep "version" | cut -d\ -f3`.tar.gz etc home usr 7 7 8 8 CONTENTS: SCRIPTS SSD … … 13 13 @cp -r ../scripts/* . 14 14 15 SSD: usr/local/bin/start-stop-daemon 16 17 # start-stop-daemon: 18 usr/local/bin/start-stop-daemon: ../tools/start-stop-daemon/start-stop-daemon.c 19 @echo Compiling start-stop-daemon... 20 @gcc -Wall -Wextra -Wno-return-type -Os -o $@ $< 15 SSD: 16 @echo Copying start-stop-daemon source... 17 @find ../tools -name "*~" -exec rm {} \; 18 @cp -r ../tools/start-stop-daemon usr/local/lib/7dtd 21 19 22 20 clean: 23 21 @echo Cleaning intermediate stuff... 24 @find * -type d -exec rm -R {} \; 2>/dev/null25 @echo Ignore that error ;)22 -@find * -type d -exec rm -R {} \; 2>/dev/null 23 @echo "Ignore that error ;)"
Note:
See TracChangeset
for help on using the changeset viewer.