mirror of
https://github.com/bebbo/amiga-gcc.git
synced 2026-05-09 21:25:31 +00:00
fix sfdc
This commit is contained in:
8
Makefile
8
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user