mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-05 20:43:08 +00:00
* make-package: Fixed problem where the building without
specifying build directory fails.
This commit is contained in:
parent
26a086c6a4
commit
cbcf7a8e45
@ -1,3 +1,8 @@
|
||||
2003-01-14 Steven Tamm <steventamm@mac.com>
|
||||
|
||||
* make-package: Fixed problem where the building without
|
||||
specifying build directory fails.
|
||||
|
||||
2003-01-07 Steven Tamm <steventamm@mac.com>
|
||||
|
||||
* INSTALL: Added documentation about --enable-carbon-app and
|
||||
|
@ -239,6 +239,7 @@ if test "$build_in_place" = "no"; then
|
||||
tempbuild="make-package.build.$$"
|
||||
builddir="`pwd`/${tempbuild}"
|
||||
removable_build_dir=${builddir}
|
||||
mkdir -p ${builddir}
|
||||
;;
|
||||
[\\/]* | ?:[\\/]* ) #Absolutepath.
|
||||
mkdir -p ${builddir}
|
||||
@ -331,7 +332,7 @@ fi
|
||||
|
||||
echo "Creating Package Info file"
|
||||
|
||||
mkdir ${packagedir}
|
||||
mkdir -p ${packagedir}
|
||||
mkdir ${packagedir}/Contents
|
||||
mkdir ${packagedir}/Contents/Resources
|
||||
mkdir ${packagedir}/Contents/Resources/English.lproj
|
||||
|
Loading…
x
Reference in New Issue
Block a user