Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • bundle_creation/makefile

    r29 r8  
    44ARCHIVE:
    55        @echo Creating archive...
    6         @tar -czf management_scripts_v`cat usr/local/lib/7dtd/VERSION | grep "version" | cut -d\  -f3`.tar.gz etc home usr
     6        @tar -czf management_scripts.tar.gz etc home usr
    77
    88CONTENTS: SCRIPTS SSD
     
    1313        @cp -r ../scripts/* .
    1414
    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
     15SSD: usr/local/bin/start-stop-daemon
     16
     17# start-stop-daemon:
     18usr/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 $@ $<
    1921
    2022clean:
    2123        @echo Cleaning intermediate stuff...
    22         -@find * -type d -exec rm -R {} \; 2>/dev/null
    23         @echo "Ignore that error ;)"
     24        @find * -type d -exec rm -R {} \; 2>/dev/null
     25        @echo Ignore that error ;)
Note: See TracChangeset for help on using the changeset viewer.