Merge branch 'clearing_make_file' into 'main'
Redirected error output from mv to /dev/null See merge request simpleos/burritos!21
This commit is contained in:
commit
df0930850a
2
Makefile
2
Makefile
@ -29,7 +29,7 @@ syscall: user_lib
|
|||||||
$(MAKE) build -C test/syscall_tests/
|
$(MAKE) build -C test/syscall_tests/
|
||||||
$(RM) test/syscall_tests/*.o
|
$(RM) test/syscall_tests/*.o
|
||||||
mkdir -p ${TOPDIR}/target/guac/
|
mkdir -p ${TOPDIR}/target/guac/
|
||||||
find . -name '*.guac' -exec mv {} ${TOPDIR}/target/guac/ \;
|
find . -name '*.guac' -exec mv {} ${TOPDIR}/target/guac/ 2> /dev/null \;
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(MAKE) clean -C userlib/
|
$(MAKE) clean -C userlib/
|
||||||
|
Loading…
Reference in New Issue
Block a user