I also cleaned the lfs file and add some rm commands for the builded but
not used config files for the compatiblity mode.
include Config
PKG_NAME = upstart
-PKG_VER = 0.6.2
+PKG_VER = 0.6.3
PKG_REL = 0
THISAPP = $(PKG_NAME)-$(PKG_VER)
--sysconfdir=/etc \
--libdir=/lib
- cd $(DIR_APP) && make $(PARALLELISMFLAGS)
+ cd $(DIR_APP) && make
cd $(DIR_APP) && make install
+ rm -vf etc/init/control-alt-delete.conf
+ rm -vf etc/init/rc-sysinit.conf
+ rm -vf etc/init/rc.conf
+ rm -vf etc/init/rcS.conf
+
@rm -rf $(DIR_APP)
@$(POSTBUILD)