/[packages]/cauldron/ftjam/current/SOURCES/ftjam-2.5.3-nostrip.patch
ViewVC logotype

Contents of /cauldron/ftjam/current/SOURCES/ftjam-2.5.3-nostrip.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 68051 - (show annotations) (download)
Fri Mar 11 00:05:51 2011 UTC (13 years, 1 month ago) by stormi
File size: 780 byte(s)
imported package ftjam
1 diff -Naur ftjam-2.5.3rc2-orig/Jamfile ftjam-2.5.3rc2/Jamfile
2 --- ftjam-2.5.3rc2-orig/Jamfile 2007-06-05 08:30:52.000000000 -0600
3 +++ ftjam-2.5.3rc2/Jamfile 2007-06-10 12:55:03.000000000 -0600
4 @@ -138,16 +138,6 @@
5 LinkLibraries jam : libjam.a ;
6 GenFile jambase.c : mkjambase Jambase ;
7
8 -if $(UNIX) && ! $(DEBUG)
9 -{
10 - actions Strip
11 - {
12 - strip $(1)
13 - }
14 -
15 - Strip jam ;
16 -}
17 -
18 Library libjam.a :
19 builtins.c command.c compile.c $(code) expand.c
20 glob.c hash.c headers.c lists.c make.c make1.c
21 @@ -156,19 +146,6 @@
22 hdrmacro.c rope.c
23 ;
24
25 -# Strip the Jam executable on Mingw
26 -#
27 -if $(JAM_TOOLSET) = MINGW
28 -{
29 - actions Strip
30 - {
31 - strip $(1)
32 - }
33 -
34 - Strip jam$(SUFEXE) ;
35 -}
36 -
37 -
38 if $(BINDIR) { InstallBin $(BINDIR) : jam ; }
39
40 #

  ViewVC Help
Powered by ViewVC 1.1.30