VirtualBox

source: kBuild/vendor/gnumake/current/tests/scripts/options/dash-e@ 3208

最後變更 在這個檔案從3208是 2596,由 bird 提交於 13 年 前

gnumake/current -> 3.82-cvs.

  • 屬性 svn:eol-style 設為 LF
檔案大小: 435 位元組
 
1# -*-perl-*-
2
3$description = "The following test creates a makefile to ...";
4
5$details = "";
6
7$extraENV{GOOGLE} = 'boggle';
8
9open(MAKEFILE,"> $makefile");
10
11print MAKEFILE <<'EOF';
12GOOGLE = bazzle
13all:; @echo "$(GOOGLE)"
14EOF
15
16close(MAKEFILE);
17
18&run_make_with_options($makefile, '-e' ,&get_logfile);
19
20$answer = "boggle\n";
21
22&compare_output($answer,&get_logfile(1));
23
241;
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette