Makefile (88baa78d1f318e57c7cccbfe55d485befd1ce696) | Makefile (a8ba798bc8ec663cf02e80b0dd770324de9bafd9) |
---|---|
1noarg: 2 $(MAKE) -C ../ 3 4TEST_GEN_PROGS := hugetlb_vs_thp_test subpage_prot prot_sao 5TEST_GEN_FILES := tempfile 6 7include ../../lib.mk 8 9$(TEST_GEN_PROGS): ../harness.c 10 | 1noarg: 2 $(MAKE) -C ../ 3 4TEST_GEN_PROGS := hugetlb_vs_thp_test subpage_prot prot_sao 5TEST_GEN_FILES := tempfile 6 7include ../../lib.mk 8 9$(TEST_GEN_PROGS): ../harness.c 10 |
11prot_sao: ../utils.c | 11$(OUTPUT)/prot_sao: ../utils.c |
12 | 12 |
13tempfile: 14 dd if=/dev/zero of=tempfile bs=64k count=1 | 13$(OUTPUT)/tempfile: 14 dd if=/dev/zero of=$@ bs=64k count=1 |
15 | 15 |