ia64/xen-unstable
view tools/check/Makefile @ 2570:30a9b33481dc
bitkeeper revision 1.1159.90.2 (415be9d5hTw1zLV9fA-AYcekmwhMwg)
Discard devices early for local migrate.
Discard devices early for local migrate.
author | mjw@wray-m-3.hpl.hp.com |
---|---|
date | Thu Sep 30 11:11:17 2004 +0000 (2004-09-30) |
parents | bf56990784b2 |
children | 0a4b76b6b5a0 |
line source
2 all: build
4 # Check this machine is OK for building on.
5 build:
6 ./chk build
8 # Check this machine is OK for installing on.
9 # DO NOT use this check from 'make install' in the parent
10 # directory, as that target can be used to make an installable
11 # copy rather than actually installing.
12 install:
13 ./chk install
15 clean:
16 ./chk clean