Add fastinstall target which copies the files but doesn't rebuild the

registry

svn path=/trunk/; revision=9086
This commit is contained in:
Gé van Geldorp 2004-04-11 16:51:56 +00:00
parent e2c7015e0a
commit 968753f694

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.215 2004/04/09 18:27:10 weiden Exp $ # $Id: Makefile,v 1.216 2004/04/11 16:51:56 gvg Exp $
# #
# Global makefile # Global makefile
# #
@ -142,13 +142,13 @@ clean: tools dk_clean $(HALS:%=%_clean) \
clean_after: clean_after:
$(RM) $(PATH_TO_TOP)/include/roscfg.h $(RM) $(PATH_TO_TOP)/include/roscfg.h
install: tools install_dirs install_before \ fastinstall: tools install_dirs install_before \
$(COMPONENTS:%=%_install) $(HALS:%=%_install) $(BUS:%=%_install) \ $(COMPONENTS:%=%_install) $(HALS:%=%_install) $(BUS:%=%_install) \
$(LIB_STATIC:%=%_install) $(LIB_FSLIB:%=%_install) $(DLLS:%=%_install) $(LOADERS:%=%_install) \ $(LIB_STATIC:%=%_install) $(LIB_FSLIB:%=%_install) $(DLLS:%=%_install) $(LOADERS:%=%_install) \
$(KERNEL_DRIVERS:%=%_install) $(SUBSYS:%=%_install) \ $(KERNEL_DRIVERS:%=%_install) $(SUBSYS:%=%_install) \
$(SYS_APPS:%=%_install) $(SYS_SVC:%=%_install) \ $(SYS_APPS:%=%_install) $(SYS_SVC:%=%_install) \
$(APPS:%=%_install) $(EXT_MODULES:%=%_install) $(REGTESTS:%=%_install) \ $(APPS:%=%_install) $(EXT_MODULES:%=%_install) $(REGTESTS:%=%_install)
registry install: fastinstall registry
FREELDR_DIR = ../freeldr FREELDR_DIR = ../freeldr