Mercurial > hg > xemacs-beta
comparison lib-src/update-elc.sh @ 2:ac2d302a0011 r19-15b2
Import from CVS: tag r19-15b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:46:35 +0200 |
parents | 376386a54a3c |
children | bcdc7deadc19 |
comparison
equal
deleted
inserted
replaced
1:c0c6a60d29db | 2:ac2d302a0011 |
---|---|
15 ## this script. Run this from the parent directory of 'src', 'lisp', | 15 ## this script. Run this from the parent directory of 'src', 'lisp', |
16 ## and 'etc'. (If this is a Sun workspace, you can run it from | 16 ## and 'etc'. (If this is a Sun workspace, you can run it from |
17 ## 'era-specific' instead.) | 17 ## 'era-specific' instead.) |
18 | 18 |
19 set -eu | 19 set -eu |
20 unset MAKEFLAGS # GNU make sets MAKEFLAGS to -w; confuses non-GNU make | |
20 | 21 |
21 # This means we're running in a Sun workspace | 22 # This means we're running in a Sun workspace |
22 if [ -d ../era-specific ]; then | 23 if [ -d ../era-specific ]; then |
23 cd ../editor | 24 cd ../editor |
24 fi | 25 fi |