* don't install doc/ cygwin1 wmemu etc. for snapshots

This commit is contained in:
peter 2000-02-08 15:25:23 +00:00
parent abfb61c7d0
commit 74854653a8
2 changed files with 12 additions and 0 deletions

View File

@ -1388,7 +1388,11 @@ distclean: clean
build: build-stamp
build-stamp:
# create new compiler
ifeq $($(OS_TARGET),win32)
-$(MAKE) compiler_cycle
else
$(MAKE) compiler_cycle
endif
# clean
$(MAKE) rtl_clean
$(MAKE) api_clean
@ -1415,6 +1419,7 @@ installbase: build-stamp
$(MKDIR) $(BASEINSTALLDIR)
$(MKDIR) $(DOCINSTALLDIR)
$(MKDIR) $(BININSTALLDIR)
#ifndef SNAPSHOT
# readme & whatsnew and docs
$(COPY) $(CVSINSTALL)/doc/*.txt $(CVSINSTALL)/doc/copying* $(CVSINSTALL)/doc/faq.* $(DOCINSTALLDIR)
# bingo32 (cwsdpmi,wmemu387.dxe)
@ -1429,6 +1434,7 @@ endif
ifeq ($(OS_TARGET),linux)
$(MAKE) -C $(CVSINSTALL)/man installman
endif
endif
# install generated things
$(MAKE) compiler_install $(INSTALLOPTS)
$(MAKE) rtl_install $(INSTALLOPTS)

View File

@ -263,7 +263,11 @@ distclean: clean
build: build-stamp
build-stamp:
# create new compiler
ifeq $($(OS_TARGET),win32)
-$(MAKE) compiler_cycle
else
$(MAKE) compiler_cycle
endif
# clean
$(MAKE) rtl_clean
$(MAKE) api_clean
@ -290,6 +294,7 @@ installbase: build-stamp
$(MKDIR) $(BASEINSTALLDIR)
$(MKDIR) $(DOCINSTALLDIR)
$(MKDIR) $(BININSTALLDIR)
#ifndef SNAPSHOT
# readme & whatsnew and docs
$(COPY) $(CVSINSTALL)/doc/*.txt $(CVSINSTALL)/doc/copying* $(CVSINSTALL)/doc/faq.* $(DOCINSTALLDIR)
# bingo32 (cwsdpmi,wmemu387.dxe)
@ -304,6 +309,7 @@ endif
ifeq ($(OS_TARGET),linux)
$(MAKE) -C $(CVSINSTALL)/man installman
endif
endif
# install generated things
$(MAKE) compiler_install $(INSTALLOPTS)
$(MAKE) rtl_install $(INSTALLOPTS)