comparison make-dist @ 49600:23a1cea22d13

Trailing whitespace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 14:56:31 +0000
parents f526d32944b1
children 695cf19ef79e d7ddb3e565de
comparison
equal deleted inserted replaced
49599:5ade352e8d1c 49600:23a1cea22d13
127 if [ -f src/emacs ]; 127 if [ -f src/emacs ];
128 then 128 then
129 EMACS=`pwd`/src/emacs 129 EMACS=`pwd`/src/emacs
130 else 130 else
131 if [ "x$EMACS" = "x" -o "x$EMACS" = "xt" ]; 131 if [ "x$EMACS" = "x" -o "x$EMACS" = "xt" ];
132 then 132 then
133 echo You must specify the EMACS environment variable 2>&1 133 echo You must specify the EMACS environment variable 2>&1
134 exit 1 134 exit 1
135 fi 135 fi
136 fi 136 fi
137 fi 137 fi
360 360
361 ## Find all subdirs of lisp dir 361 ## Find all subdirs of lisp dir
362 for file in `find . -type d -print`; do 362 for file in `find . -type d -print`; do
363 case $file in 363 case $file in
364 . | .. | */Old | */CVS | */RCS | */=*) 364 . | .. | */Old | */CVS | */RCS | */=*)
365 ;; 365 ;;
366 *) 366 *)
367 if [ -d $file ]; then 367 if [ -d $file ]; then
368 subdirs="$file $subdirs" 368 subdirs="$file $subdirs"
369 fi 369 fi
370 ;; 370 ;;
535 ln Info.plist PkgInfo ../../../${tempdir}/mac/Emacs.app/Contents) 535 ln Info.plist PkgInfo ../../../${tempdir}/mac/Emacs.app/Contents)
536 536
537 echo "Making links to \`mac/Emacs.app/Contents/Resources/English.lproj'" 537 echo "Making links to \`mac/Emacs.app/Contents/Resources/English.lproj'"
538 (cd mac/Emacs.app/Contents/Resources/English.lproj 538 (cd mac/Emacs.app/Contents/Resources/English.lproj
539 ln InfoPlist.strings ../../../../../${tempdir}/mac/Emacs.app/Contents/Resources/English.lproj) 539 ln InfoPlist.strings ../../../../../${tempdir}/mac/Emacs.app/Contents/Resources/English.lproj)
540 540
541 echo "Making links to \`msdos'" 541 echo "Making links to \`msdos'"
542 (cd msdos 542 (cd msdos
543 ln ChangeLog emacs.ico emacs.pif ../${tempdir}/msdos 543 ln ChangeLog emacs.ico emacs.pif ../${tempdir}/msdos
544 ln is_exec.c sigaction.c mainmake mainmake.v2 sed*.inp ../${tempdir}/msdos 544 ln is_exec.c sigaction.c mainmake mainmake.v2 sed*.inp ../${tempdir}/msdos
545 cd ../${tempdir}/msdos 545 cd ../${tempdir}/msdos