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

Diff of /make/tests/scripts/features/include

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

revision 1.4 by bosk, Tue Sep 28 18:13:55 2004 UTC revision 1.5 by bosk, Tue May 31 20:54:31 2005 UTC
# Line 78  hello: ; @echo hello Line 78  hello: ; @echo hello
78     "hello\n"     "hello\n"
79    );    );
80    
81    
82  # Test inheritance of dontcare flag when rebuilding makefiles.  # Test inheritance of dontcare flag when rebuilding makefiles.
83  #  #
84  run_make_test('  run_make_test('
# Line 90  foo: bar; @: Line 91  foo: bar; @:
91  ', '', '');  ', '', '');
92    
93  1;  1;
94    
95    
96    # Make sure that we don't die when the command fails but we dontcare.
97    # (Savannah bug #13216).
98    #
99    run_make_test('
100    .PHONY: all
101    all:; @:
102    
103    -include foo
104    
105    foo: bar; @:
106    
107    bar:; @false
108    ', '', '');
109    
110    1;

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

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