Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hpcmips/stand Remove wmipsdbg and wmipsrel as well ...
details: https://anonhg.NetBSD.org/src/rev/a3bafefb216d
branches: trunk
changeset: 485740:a3bafefb216d
user: takemura <takemura%NetBSD.org@localhost>
date: Thu May 04 11:58:22 2000 +0000
description:
Remove wmipsdbg and wmipsrel as well as WMIPSDbg and WMIPSRel for
case sensitive file system.
diffstat:
sys/arch/hpcmips/stand/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r e69df1b174e0 -r a3bafefb216d sys/arch/hpcmips/stand/Makefile
--- a/sys/arch/hpcmips/stand/Makefile Thu May 04 10:32:47 2000 +0000
+++ b/sys/arch/hpcmips/stand/Makefile Thu May 04 11:58:22 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/01/12 19:19:16 cgd Exp $
+# $NetBSD: Makefile,v 1.3 2000/05/04 11:58:22 takemura Exp $
#
# Makefile to generate windows VC++ project and workspace files from
# config files and templates
@@ -20,7 +20,7 @@
clean:
rm -f hpcmips_stand.ncb
for dir in $(PROJECT_DIRS); do \
- (cd $$dir && rm -rf WMIPSDbg WMIPSRel); \
+ (cd $$dir && rm -rf WMIPSDbg wmipsdbg WMIPSRel wmipsrel); \
(cd $$dir && rm -f $$dir.plg $$dir.[0-9][0-9][0-9]); \
done
Home |
Main Index |
Thread Index |
Old Index