Added viewer to the 'exclude list'.

This commit is contained in:
briano%netscape.com 1999-08-23 23:46:37 +00:00
parent 333d4b72be
commit 81a947dd3f

View File

@ -59,12 +59,13 @@ NSPR_DIR = $(patsubst %lib,%bin,$(subst -L,,$(word 1,$(NSPR_LIBS))))
endif
endif
NOT_IN_PACKAGE = \
EXCLUDE_LIST = \
$(DIST)/bin/core \
$(DIST)/bin/bsdecho \
$(DIST)/bin/gtscc \
$(DIST)/bin/jscpucfg \
$(DIST)/bin/nsinstall \
$(DIST)/bin/viewer \
$(NULL)
include $(topsrcdir)/config/rules.mk
@ -82,7 +83,7 @@ ifneq ($(NSPR_DIR),$(DIST)/bin)
@chmod 755 $(NSPR_DIR)/*
@cp -p $(NSPR_DIR)/* $(DIST)/bin/.
endif
@rm -f $(DIST)/package $(DIST)/$(PKG_BASENAME).tar $@ $(NOT_IN_PACKAGE)
@rm -f $(DIST)/package $(DIST)/$(PKG_BASENAME).tar $@ $(EXCLUDE_LIST)
@ln -s bin $(DIST)/package
@cd $(DIST)/bin; find . ! -type d -exec strip $(STRIP_FLAGS) {} \;
ifeq ($(MOZ_PKG_FORMAT),TGZ)