1
0
mirror of https://github.com/bebbo/amiga-gcc.git synced 2026-05-09 21:25:31 +00:00
This commit is contained in:
Stefan Franke
2018-01-07 00:05:09 +01:00
parent e29278c43e
commit f7c25d2a5b

View File

@@ -232,12 +232,12 @@ sfdc: $(PREFIX)/bin/sfdc
@echo "built $(PREFIX)/bin/sfdc"
$(PREFIX)/bin/sfdc: build/sfdc/Makefile $(shell find projects/sfdc -type f)
+pushd build/sfdc; make all; popd
+pushd build/sfdc; make install; popd
+pushd build/sfdc; make sfdc; popd
install build/sfdc/sfdc $(PREFIX)/bin
build/sfdc/Makefile: projects/sfdc/configure
@mkdir -p build/sfdc
pushd build/sfdc; $(E) $(PWD)/projects/sfdc/configure $(CONFIG_SFDC); popd
rsync -aq --progress projects/sfdc build --exclude .git
pushd build/sfdc; $(E) $(PWD)/build/sfdc/configure $(CONFIG_SFDC); popd
projects/sfdc/configure:
@mkdir -p projects