From f478da3f2858d500abaf90a4c8fe2202f706c4d5 Mon Sep 17 00:00:00 2001 From: Chris Tallon Date: Sat, 28 Jul 2012 15:15:50 +0100 Subject: [PATCH] Use symlinks for install targets Add teletxt/*.o to make clean --- GNUmakefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 88ad464..eafbe55 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -38,16 +38,16 @@ strip: $(STRIP) vompclient install: - rm -f /mnt/auto/defiant/diskless/nfs/mvp/vompclient - cp vompclient /mnt/auto/defiant/diskless/nfs/mvp + rm -f target-mvp/vompclient + cp vompclient target-mvp/vompclient install-wmp: - rm -f /diskless/nfs/wmvp/vompclient - cp vompclient /diskless/nfs/wmvp + rm -f target-wmvp/vompclient + cp vompclient target-wmvp/vompclient install-dev: - rm -f /mnt/auto/defiant/diskless/nfs/mvp-dev/vompclient - cp vompclient /mnt/auto/defiant/diskless/nfs/mvp-dev + rm -f target-mvp-dev/vompclient + cp vompclient target-mvp-dev/vompclient debug: ../../gdb/gdb-6.7/gdb/gdb /mnt/auto/defiant/diskless/nfs/mvp/vompclient /mnt/auto/defiant/diskless/nfs/mvp/core.* @@ -67,5 +67,5 @@ deps: GNUmakefile -include deps clean: - rm -f *.o deps vompclient *~ fonts/*.o fonts/*~ + rm -f *.o deps vompclient *~ fonts/*.o fonts/*~ teletxt/*.o -- 2.39.2