freebsd-dev/contrib/bmake/unit-tests/opt-no-action-touch.exp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
284 B
Plaintext
Raw Normal View History

echo ": Making opt-touch-phony."
{ : Making opt-touch-phony.
} || exit $?
echo 'Making opt-touch-make.'
Making opt-touch-make.
echo ": Making opt-touch-regular."
{ : Making opt-touch-regular.
} || exit $?
`opt-touch-join' is up to date.
`opt-touch-use' is up to date.
exit status 0