HomeSort by: relevance | last modified time | path
    Searched defs:nopath (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/make/unit-tests/
depsrc-nopath.mk 1 # $NetBSD: depsrc-nopath.mk,v 1.3 2024/04/27 20:41:32 rillig Exp $
3 # Tests for the special source .NOPATH in dependency declarations.
6 _!= rm -rf depsrc-nopath.dir
7 _!= mkdir depsrc-nopath.dir
8 _!= touch depsrc-nopath.dir/regular.file
9 _!= touch depsrc-nopath.dir/nopath.file
14 @${MAKE} -f ${MAKEFILE} test-nopath || echo "should have failed"
15 @rm -rf depsrc-nopath.dir
17 .PATH: depsrc-nopath.di
    [all...]
depsrc-nopath.mk 1 # $NetBSD: depsrc-nopath.mk,v 1.3 2024/04/27 20:41:32 rillig Exp $
3 # Tests for the special source .NOPATH in dependency declarations.
6 _!= rm -rf depsrc-nopath.dir
7 _!= mkdir depsrc-nopath.dir
8 _!= touch depsrc-nopath.dir/regular.file
9 _!= touch depsrc-nopath.dir/nopath.file
14 @${MAKE} -f ${MAKEFILE} test-nopath || echo "should have failed"
15 @rm -rf depsrc-nopath.dir
17 .PATH: depsrc-nopath.di
    [all...]

Completed in 22 milliseconds