ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/shift.patch
Revision: 1.2
Committed: Mon Apr 9 00:10:20 2007 UTC (18 years ago) by elmer
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
State: FILE REMOVED
Error occurred while calculating annotation data.
Log Message:
Remove old files

File Contents

# Content
1 ### PATCH shift
2 --- Imakefile Mon Dec 1 12:47:51 2003
3 +++ Imakefile.orig Mon Dec 1 12:46:56 2003
4 @@ -115,7 +115,7 @@
5 do (if [ -d $$i ] ;\
6 then \
7 (echo " $$i:" ; cd $$i ;\
8 - ../imake/imake -I../config -DOSMajorVersion="$$OSMAJNO" -DOSMinorVersion="$$OSMINNO" ;\
9 + imake -Dlinux -DUseInstalled -I../config -DOSMajorVersion="$$OSMAJNO" -DOSMinorVersion="$$OSMINNO" ;\
10 $(MAKE) $(MFLAGS) $@) ;\
11 else \
12 (echo "ERROR : No directory $$i" ;\
13 --- test/Imakefile Mon Dec 1 12:48:24 2003
14 +++ test/Imakefile.orig Mon Dec 1 12:48:00 2003
15 @@ -32,7 +32,7 @@
16 do (if [ -d $$i ] ;\
17 then \
18 (echo " $$i:" ; cd $$i ;\
19 - ../../imake/imake -I../../config -DOSMajorVersion="$$OSMAJNO" -DOSMinorVersion="$$OSMINNO" ;\
20 + imake -Dlinux -DUseInstalled -I../../config -DOSMajorVersion="$$OSMAJNO" -DOSMinorVersion="$$OSMINNO" ;\
21 $(MAKE) $(MFLAGS) $@) ;\
22 else \
23 (echo "ERROR : No directory $$i" ;\