mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 04:29:02 -04:00
Don't depend on pushd/popd
This commit is contained in:
parent
21d1e5156b
commit
814a994e99
8
Makefile
8
Makefile
@ -228,16 +228,16 @@ uninstall:
|
||||
|
||||
tools-build: $(KODEV)
|
||||
for t in $(TOOLS); do \
|
||||
pushd tools/$$t; \
|
||||
cd tools/$$t; \
|
||||
env KODEV_OUTPUT=$(KOREPATH) $(KOREPATH)/$(KODEV) build; \
|
||||
popd; \
|
||||
cd $(KOREPATH); \
|
||||
done
|
||||
|
||||
tools-clean: $(KODEV)
|
||||
for t in $(TOOLS); do \
|
||||
pushd tools/$$t; \
|
||||
cd tools/$$t; \
|
||||
$(KOREPATH)/$(KODEV) clean; \
|
||||
popd; \
|
||||
cd $(KOREPATH); \
|
||||
done
|
||||
|
||||
tools-install:
|
||||
|
Loading…
x
Reference in New Issue
Block a user