[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] emacs ChangeLog make-dist [EMACS_23_1_RC]
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] emacs ChangeLog make-dist [EMACS_23_1_RC] |
Date: |
Wed, 24 Jun 2009 03:52:10 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Branch: EMACS_23_1_RC
Changes by: Glenn Morris <gm> 09/06/24 03:52:10
Modified files:
. : ChangeLog make-dist
Log message:
(nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
(nextstep/GNUstep/Emacs.base/Resources/preferences.gorm):
No longer make links.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/ChangeLog?cvsroot=emacs&only_with_tag=EMACS_23_1_RC&r1=1.832.2.1&r2=1.832.2.2
http://cvs.savannah.gnu.org/viewcvs/emacs/make-dist?cvsroot=emacs&only_with_tag=EMACS_23_1_RC&r1=1.259.2.1&r2=1.259.2.2
Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/ChangeLog,v
retrieving revision 1.832.2.1
retrieving revision 1.832.2.2
diff -u -b -r1.832.2.1 -r1.832.2.2
--- ChangeLog 24 Jun 2009 03:43:43 -0000 1.832.2.1
+++ ChangeLog 24 Jun 2009 03:52:10 -0000 1.832.2.2
@@ -1,3 +1,10 @@
+2009-06-24 Glenn Morris <address@hidden>
+
+ * make-dist
+ (nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
+ (nextstep/GNUstep/Emacs.base/Resources/preferences.gorm):
+ No longer make links.
+
2009-06-24 Yavor Doganov <address@hidden>
* make-dist (tempdir): Don't create directories preferences.gorm
Index: make-dist
===================================================================
RCS file: /sources/emacs/emacs/make-dist,v
retrieving revision 1.259.2.1
retrieving revision 1.259.2.2
diff -u -b -r1.259.2.1 -r1.259.2.2
--- make-dist 24 Jun 2009 03:43:43 -0000 1.259.2.1
+++ make-dist 24 Jun 2009 03:52:10 -0000 1.259.2.2
@@ -548,10 +548,6 @@
(cd nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj
ln InfoPlist.strings
../../../../../../${tempdir}/nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj)
-echo "Making links to
\`nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib'"
-(cd nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib
- ln *.nib
../../../../../../${tempdir}/nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
-
echo "Making links to \`nextstep/Cocoa/Emacs.xcodeproj'"
(cd nextstep/Cocoa/Emacs.xcodeproj
ln project.pbxproj ../../../${tempdir}/nextstep/Cocoa/Emacs.xcodeproj)
@@ -560,10 +556,6 @@
(cd nextstep/GNUstep/Emacs.base/Resources
ln Emacs.desktop Info-gnustep.plist README emacs.tiff
../../../../${tempdir}/nextstep/GNUstep/Emacs.base/Resources )
-echo "Making links to
\`nextstep/GNUstep/Emacs.base/Resources/preferences.gorm'"
-(cd nextstep/GNUstep/Emacs.base/Resources/preferences.gorm
- ln data.classes data.info objects.gorm
../../../../../${tempdir}/nextstep/GNUstep/Emacs.base/Resources/preferences.gorm
)
-
echo "Making links to \`oldXMenu'"
(cd oldXMenu
ln *.c *.h *.in ../${tempdir}/oldXMenu