Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • bundle_creation/makefile

    r8 r29  
    44ARCHIVE:
    55        @echo Creating archive...
    6         @tar -czf management_scripts.tar.gz etc home usr
     6        @tar -czf management_scripts_v`cat usr/local/lib/7dtd/VERSION | grep "version" | cut -d\  -f3`.tar.gz etc home usr
    77
    88CONTENTS: SCRIPTS SSD
     
    1313        @cp -r ../scripts/* .
    1414
    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 $@ $<
     15SSD:
     16        @echo Copying start-stop-daemon source...
     17        @find ../tools -name "*~" -exec rm {} \;
     18        @cp -r ../tools/start-stop-daemon usr/local/lib/7dtd
    2119
    2220clean:
    2321        @echo Cleaning intermediate stuff...
    24         @find * -type d -exec rm -R {} \; 2>/dev/null
    25         @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.