URL
https://opencores.org/ocsvn/eco32/eco32/trunk
Go to most recent revision |
Only display areas with differences |
Details |
Blame |
View Log
Rev 265 |
Rev 269 |
#
|
#
|
# Makefile for a fake NetBSD partition
|
# Makefile for building a fake NetBSD partition
|
#
|
#
|
|
|
BUILD = ../../../build
|
BUILD = ../../../build
|
|
|
DIRS = mkpboot
|
DIRS = mkpboot
|
|
|
.PHONY: all install clean
|
.PHONY: all install clean
|
|
|
all:
|
all:
|
for i in $(DIRS) ; do \
|
for i in $(DIRS) ; do \
|
$(MAKE) -C $$i all ; \
|
$(MAKE) -C $$i all ; \
|
done
|
done
|
|
|
install:
|
install:
|
for i in $(DIRS) ; do \
|
for i in $(DIRS) ; do \
|
$(MAKE) -C $$i install ; \
|
$(MAKE) -C $$i install ; \
|
done
|
done
|
mkdir -p $(BUILD)/run/fs-NetBSD
|
mkdir -p $(BUILD)/run/fs-NetBSD
|
cp Makefile.run $(BUILD)/run/fs-NetBSD/Makefile
|
cp Makefile.run $(BUILD)/run/fs-NetBSD/Makefile
|
|
|
clean:
|
clean:
|
for i in $(DIRS) ; do \
|
for i in $(DIRS) ; do \
|
$(MAKE) -C $$i clean ; \
|
$(MAKE) -C $$i clean ; \
|
done
|
done
|
rm -f *~
|
rm -f *~
|
|
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.