/[make]/make/tests/scripts/features/parallelism
ViewVC logotype

Diff of /make/tests/scripts/features/parallelism

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by psmith, Thu Sep 23 18:23:53 1999 UTC revision 1.4 by psmith, Fri Apr 8 12:51:21 2005 UTC
# Line 97  $answer = "ONE.inc\nTHREE.inc\nTWO.inc\n Line 97  $answer = "ONE.inc\nTHREE.inc\nTWO.inc\n
97    
98  unlink('1.inc', '2.inc');  unlink('1.inc', '2.inc');
99    
100    # Test shell functions within commands: make sure they're not reducing our
101    # parallelism.
102    
103    run_make_test('.PHONY: all
104    all: ; @echo $(shell echo hi)
105    ','','hi');
106    
107  1;  1;

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26