Magellan Linux

Annotation of /tags/init-0_8_2/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2219 - (hide annotations) (download)
Tue Oct 15 10:44:20 2013 UTC (10 years, 6 months ago) by niro
File size: 482 byte(s)
tagged 'init-0_8_2'
1 niro 1393 # 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 niro 2216
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