Make.proto
branchcvs_MAIN
changeset 3412 df11bb428463
parent 3372 6e132d082268
child 3413 4ce28558e5f3
equal deleted inserted replaced
3386:ddcff50a1fdc 3412:df11bb428463
     1 # $Header: /cvs/stx/stx/libjava/Make.proto,v 1.27 2015-02-09 17:39:38 cg Exp $
     1 # $Header: /cvs/stx/stx/libjava/Make.proto,v 1.28 2015-03-20 12:08:00 vrany Exp $
     2 #
     2 #
     3 # DO NOT EDIT
     3 # DO NOT EDIT
     4 # automagically generated from the projectDefinition: stx_libjava.
     4 # automagically generated from the projectDefinition: stx_libjava.
     5 #
     5 #
     6 # Warning: once you modify this file, do not rerun
     6 # Warning: once you modify this file, do not rerun
   110 
   110 
   111 
   111 
   112 # Enforce recompilation of package definition class if Mercurial working
   112 # Enforce recompilation of package definition class if Mercurial working
   113 # copy state changes. Together with --guessVersion it ensures that package
   113 # copy state changes. Together with --guessVersion it ensures that package
   114 # definition class always contains correct binary revision string.
   114 # definition class always contains correct binary revision string.
   115 #ifneq (**NOHG**, $(shell hg root 2> /dev/null || echo -n '**NOHG**'))
   115 ifneq (**NOHG**, $(shell hg root 2> /dev/null || echo -n '**NOHG**'))
   116 #stx_libjava.$(O): $(shell hg root)/.hg/dirstate
   116 stx_libjava.$(O): $(shell hg root)/.hg/dirstate
   117 #endif
   117 endif
   118 
   118 
   119 
   119 
   120 
   120 
   121 
   121 
   122 # run default testsuite for this package
   122 # run default testsuite for this package