Rename pwd to ghc-pwd
authorIan Lynagh <igloo@earth.li>
Thu, 7 May 2009 13:50:34 +0000 (13:50 +0000)
committerIan Lynagh <igloo@earth.li>
Thu, 7 May 2009 13:50:34 +0000 (13:50 +0000)
aclocal.m4
ghc.mk
utils/ghc-pwd/Setup.hs [moved from utils/pwd/Setup.hs with 100% similarity]
utils/ghc-pwd/ghc-pwd.cabal [moved from utils/pwd/pwd.cabal with 87% similarity]
utils/ghc-pwd/ghc-pwd.hs [moved from utils/pwd/pwd.hs with 89% similarity]
validate

index b43d7f5..14e6e21 100644 (file)
@@ -1243,19 +1243,19 @@ AC_DEFUN([FP_FIND_ROOT],[
 AC_MSG_CHECKING(for path to top of build tree)
 
 dnl This would be
-dnl     make -C utils/pwd clean && make -C utils/pwd
+dnl     make -C utils/ghc-pwd clean && make -C utils/ghc-pwd
 dnl except we don't want to have to know what make is called. Sigh.
-if test ! -f utils/pwd/pwd && test ! -f utils/pwd/pwd.exe; then
-  cd utils/pwd
+if test ! -f utils/ghc-pwd/ghc-pwd && test ! -f utils/ghc-pwd/ghc-pwd.exe; then
+  cd utils/ghc-pwd
   rm -f *.o
   rm -f *.hi
-  rm -f pwd
-  rm -f pwd.exe
-  $WithGhc -v0 --make pwd -o pwd
+  rm -f ghc-pwd
+  rm -f ghc-pwd.exe
+  $WithGhc -v0 --make ghc-pwd -o ghc-pwd
   cd ../..
 fi
 
-hardtop=`utils/pwd/pwd`
+hardtop=`utils/ghc-pwd/ghc-pwd`
 
 if ! test -d "$hardtop"; then
   AC_MSG_ERROR([cannot determine current directory])
diff --git a/ghc.mk b/ghc.mk
index 8c917ca..687f72d 100644 (file)
--- a/ghc.mk
+++ b/ghc.mk
@@ -722,7 +722,7 @@ $(eval $(call bindist,.,\
     mk/config.mk.in \
     $(INPLACE_BIN)/mkdirhier \
     $(INPLACE_BIN)/ghc-cabal \
-    utils/pwd/pwd \
+    utils/ghc-pwd/ghc-pwd \
        $(BINDIST_WRAPPERS) \
        $(BINDIST_LIBS) \
        $(BINDIST_HI) \
@@ -865,7 +865,10 @@ endif
 
 .PHONY: clean
 
-CLEAN_FILES += utils/pwd/pwd utils/pwd/pwd.exe utils/pwd/pwd.hi utils/pwd/pwd.o
+CLEAN_FILES += utils/ghc-pwd/ghc-pwd
+CLEAN_FILES += utils/ghc-pwd/ghc-pwd.exe
+CLEAN_FILES += utils/ghc-pwd/ghc-pwd.hi
+CLEAN_FILES += utils/ghc-pwd/ghc-pwd.o
 
 clean : clean_files
 .PHONY: clean_files
similarity index 100%
rename from utils/pwd/Setup.hs
rename to utils/ghc-pwd/Setup.hs
similarity index 87%
rename from utils/pwd/pwd.cabal
rename to utils/ghc-pwd/ghc-pwd.cabal
index cff48f8..173b3cc 100644 (file)
@@ -1,4 +1,4 @@
-Name: pwd
+Name: ghc-pwd
 Version: 0.1
 Copyright: XXX
 License: BSD
@@ -14,8 +14,8 @@ cabal-version: >=1.2
 Flag base3
   Description: Choose the new smaller, split-up base package.
 
-Executable pwd
-    Main-Is: pwd.hs
+Executable ghc-pwd
+    Main-Is: ghc-pwd.hs
     if flag(base3)
         Build-Depends: base       >= 3   && < 5,
                        directory  >= 1   && < 1.1
similarity index 89%
rename from utils/pwd/pwd.hs
rename to utils/ghc-pwd/ghc-pwd.hs
index 6949416..91a5606 100644 (file)
@@ -13,7 +13,7 @@ main = do
         [] -> do d <- getCurrentDirectory
                  putStr $ map forwardifySlashes d
         _ -> do hPutStrLn stderr ("Bad args: " ++ show args)
-                hPutStrLn stderr "Usage: pwd"
+                hPutStrLn stderr "Usage: ghc-pwd"
                 exitFailure
 
 forwardifySlashes :: Char -> Char
index 94de1cd..375d2c1 100644 (file)
--- a/validate
+++ b/validate
@@ -80,7 +80,7 @@ if [ $no_clean -eq 0 ]; then
     ./configure --prefix="$INSTDIR" $config_args
 fi
 
-thisdir=`utils/pwd/pwd`
+thisdir=`utils/ghc-pwd/ghc-pwd`
 
 echo "Validating=YES" > mk/are-validating.mk