Magellan Linux

Contents of /tags/init-0_8_6/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2388 - (show annotations) (download)
Tue Jan 7 12:27:49 2014 UTC (10 years, 3 months ago) by niro
File size: 482 byte(s)
tagged 'init-0_8_6'
1 # Magellan Initscripts
2 # $Id$
3
4 all: start-stop-daemon
5
6 include Makefile.inc
7
8 start-stop-daemon:
9 $(MAKE) --directory=sysvinit $@
10
11 clean:
12 $(MAKE) --directory=sysvinit $@
13
14 install_busybox:
15 $(MAKE) --directory=busybox $@
16
17 install_sysvinit:
18 $(MAKE) --directory=sysvinit $@
19
20 install_systemd:
21 $(MAKE) --directory=systemd $@
22
23 install:
24 @echo "Please do not call 'make install' directly, use one of these targets:"
25 @echo " install_busybox, install_systemd or install_sysvinit"
26 @false