default: @echo "make stageN" @echo "with N in 1,2" @echo "stage1: create default dedibox.fs and bsd.rd.dedibox (OpenBSD dependant)" @echo "stage2: tweak bsd.rd.dedibox with customs params and update dedibox.fs (linux compat)" stage1: (cd s1 ; make ) stage2: bsd.rd.dedibox dedibox.fs.generic (cd s2 ; make -f Makefile.openbsd ) bsd.rd.dedibox: @echo FATAL: Avant de lancer le stage2, il faut avoir le fichier bsd.rd.dedibox ou le creer lors du stage1 @exit 1 dedibox.fs.generic: @echo FATAL: Avant de lancer le stage2, il faut avoir le fichier dedibox.fs.generic ou le creer lors du stage1 @exit 1 test: (cd s2; make -f Makefile.openbsd test ) clean-all: (cd s1; make clean-all ) (cd s2; make -f Makefile.openbsd clean-all ) (cd replace-2.24; gmake clean ) rm -f dedibox*.fs bsd.rd.dedibox dedibox.fs.generic clean: (cd s1; make clean ) (cd s2; make -f Makefile.openbsd clean ) rm -f dedibox${VERSION}.fs