$(TOPDIR), make: Add support for mkspec_wrapper.sh and dependencies

This commit is contained in:
Jan Lindemann 2002-07-10 16:15:46 +00:00 committed by Jan Lindemann
commit b49572da88
5 changed files with 14 additions and 2 deletions

View file

@ -123,6 +123,10 @@ $(INSTALLED_PROFILE_PATH_SCRIPT):
mkdir -p $(dir $@)
$(INSTALL) -o $(MAKEOWNER) -g $(MAKEGROUP) -m $(MAKEMODE) path_script.sh $@
$(INSTALLED_VERSION_FILE):
$(INSTALL) -o $(MAKEOWNER) -g $(MAKEGROUP) -m $(MAKEMODE) $(TOPDIR)/VERSION $@
echo $(DIST_VERSION) > $@
ifeq ($(DEVELOPMENT),true)
install_profile_path:
else