Changeset 3140 for trunk/src/kmk/tests/mkshadow
- Timestamp:
- Mar 14, 2018, 10:28:10 PM (7 years ago)
- Location:
- trunk/src/kmk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk
-
Property svn:mergeinfo
set to
/vendor/gnumake/current merged eligible
-
Property svn:mergeinfo
set to
-
trunk/src/kmk/tests/mkshadow
r2591 r3140 4 4 # Typically you'd put the shadow in /tmp or another local disk 5 5 # 6 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 7 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software 8 # Foundation, Inc. 6 # Copyright (C) 1992-2016 Free Software Foundation, Inc. 9 7 # This file is part of GNU Make. 10 8 # … … 29 27 30 28 if [ ! -d "$dest" ]; then 31 echo "Destination directory \`$dest' must exist!"29 echo "Destination directory '$dest' must exist!" 32 30 exit 1 33 31 fi … … 56 54 rm -rf work 57 55 58 echo "Shadow test suite created in \`$dest/$name'."56 echo "Shadow test suite created in '$dest/$name'." 59 57 exit 0
Note:
See TracChangeset
for help on using the changeset viewer.