VirtualBox

source: kBuild/trunk/src/kmk/testcase/nmakebase.mak@ 151

Last change on this file since 151 was 32, checked in by bird, 22 years ago

for try and fail purposes.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 288 bytes
Line 
1all: /usr/tmp/mytarget.exe
2
3/usr/tmp/mytarget.exe: /root/tst.mak /root/lst
4 @echo '$$< = '$<
5 @echo '$$@ = '$@
6 @echo '$$! = '$!
7 @echo '$$? = '$?
8 @echo '$$* = '$?
9 @echo '$$** = '$?
10
11 @echo '$$(@F) = '$(@F)
12 @echo '$$(@D) = '$(@D)
13 @echo '$$(@R) = '$(@R)
14 @echo '$$(@B) = '$(@B)
15
16
17
18
Note: See TracBrowser for help on using the repository browser.

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