OpenCores
URL https://opencores.org/ocsvn/eco32/eco32/trunk

Subversion Repositories eco32

[/] [eco32/] [trunk/] [disk/] [tools/] [fs-NetBSD/] [Makefile] - Rev 269

Compare with Previous | Blame | View Log

#
# Makefile for building a fake NetBSD partition
#

BUILD = ../../../build

DIRS = mkpboot

.PHONY:         all install clean

all:
                for i in $(DIRS) ; do \
                  $(MAKE) -C $$i all ; \
                done

install:
                for i in $(DIRS) ; do \
                  $(MAKE) -C $$i install ; \
                done
                mkdir -p $(BUILD)/run/fs-NetBSD
                cp Makefile.run $(BUILD)/run/fs-NetBSD/Makefile

clean:
                for i in $(DIRS) ; do \
                  $(MAKE) -C $$i clean ; \
                done
                rm -f *~

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.