Changeset 25 for bundle_creation


Ignore:
Timestamp:
May 27, 2014, 10:32:48 AM (10 years ago)
Author:
alloc
Message:

Version 8: start-stop-daemon location by variable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bundle_creation/makefile

    r8 r25  
    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:
Note: See TracChangeset for help on using the changeset viewer.