VirtualBox

source: kBuild/vendor/gnumake/current/tests/scripts/variables/CURDIR@ 2596

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

gnumake/current -> 3.82-cvs.

  • 屬性 svn:eol-style 設為 LF
檔案大小: 447 位元組
 
1# -*-perl-*-
2
3$description = "This tests the CURDIR varaible.";
4
5$details = "Echo CURDIR both with and without -C. Also ensure overrides work.";
6
7open(MAKEFILE,"> $makefile");
8print MAKEFILE "all: ; \@echo \$(CURDIR)\n";
9close(MAKEFILE);
10
11
12# TEST #1
13# -------
14
15&run_make_with_options($makefile,"",&get_logfile);
16$answer = "$pwd\n";
17&compare_output($answer,&get_logfile(1));
18
19
201;
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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