mirror of
https://github.com/jeremysrand/Apple2GSBuildPipeline.git
synced 2024-11-25 19:31:06 +00:00
Fix submake so that parallel make will work
This commit is contained in:
parent
f4892bee0d
commit
e915c0ebbc
@ -120,6 +120,6 @@ XCODE_PLUGIN_COMPATIBILITY=DVTPlugInCompatibilityUUID
|
||||
|
||||
all:
|
||||
$(MKDIR) $(OBJDIR) $(GENDIR) $(TARGETDIR)
|
||||
@make -f $(firstword $(MAKEFILE_LIST)) gen
|
||||
@make -f $(firstword $(MAKEFILE_LIST)) build
|
||||
@$(MAKE) -f $(firstword $(MAKEFILE_LIST)) gen
|
||||
@$(MAKE) -f $(firstword $(MAKEFILE_LIST)) build
|
||||
|
||||
|
@ -63,10 +63,10 @@ done < $PROJECTS
|
||||
|
||||
rm -f $PROJECTS
|
||||
|
||||
pkgbuild --root $TMPDIR --version 3.0 --identifier com.halcyontouch.Apple2gsTemplate.pkg --install-location /tmp/com.halcyontouch.Apple2gsTemplate.pkg/ --scripts pkg/scripts/ Apple2GSXcodeTemplate.pkg
|
||||
pkgbuild --root $TMPDIR --version 3.0.1 --identifier com.halcyontouch.Apple2gsTemplate.pkg --install-location /tmp/com.halcyontouch.Apple2gsTemplate.pkg/ --scripts pkg/scripts/ Apple2GSXcodeTemplate.pkg
|
||||
productbuild --distribution pkg/Distribution.xml --resource ./pkg temp.pkg
|
||||
rm Apple2GSXcodeTemplate.pkg
|
||||
productsign --sign "Developer ID Installer" temp.pkg Apple2GSXcodeTemplate.pkg
|
||||
productsign --sign "3rd Party Mac Developer Installer" temp.pkg Apple2GSXcodeTemplate.pkg
|
||||
rm temp.pkg
|
||||
|
||||
rm -rf $TMPDIR
|
||||
|
Loading…
Reference in New Issue
Block a user