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

  /src/usr.bin/make/unit-tests/
depsrc-nopath.exp 1 : Making test-regular from depsrc-nopath.dir/regular.file
2 : Making test-nopath from nopath.file
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...]
deptgt-nopath.mk 1 # $NetBSD: deptgt-nopath.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $
3 # Tests for the special target .NOPATH in dependency declarations.
Makefile 127 TESTS+= depsrc-nopath
155 TESTS+= deptgt-nopath

Completed in 14 milliseconds