Skip to content

Commit

Permalink
Compress UNIX kits with symbols as well as kits without symbols.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffaco committed Nov 6, 2017
1 parent 6439853 commit f8c772e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Unix/installbuilder/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,10 @@ ifneq ($(PF),Darwin)
--DATAFILE_PATH=$(TOP)/installbuilder/datafiles \
$(DATAFILES)

ifeq ($(COMPRESS_KIT),1)
cd $(OUTPUTDIR)/release; compress -f `cat package_filename`
endif

@echo "========================= Make OMI installer $(PF_DISTRO) without symbols"
sudo rm -rf $(OUTPUTDIR)/intermediate/staging
mkdir -p $(OUTPUTDIR)/release $(OUTPUTDIR)/intermediate
Expand Down

0 comments on commit f8c772e

Please sign in to comment.