]> rtime.felk.cvut.cz Git - omk.git/blob - tests/whole_tree.files
Update wvtool
[omk.git] / tests / whole_tree.files
1 echo '' > 'config.omk-default'
2 cat > 'Makefile.omk' <<'EOF'
3 $(shell echo "Top-level executed" > toplevel.mark)
4
5 SUBDIRS=subdir
6 EOF
7 mkdir subdir
8 cat > 'subdir/Makefile.omk' <<'EOF'
9 include-pass_HOOKS=include-pass-test
10
11 include-pass-test:
12         echo $@ >> $(MAKERULES_DIR)/subdir.mark
13 EOF