From 00a2e3d78c7ce45a6f3eb9a493888f6f98c677c6 Mon Sep 17 00:00:00 2001 From: Bernhard Urban Date: Thu, 4 Mar 2010 08:23:02 +0100 Subject: [PATCH] make: merge stderr and stdout --- asma/Makefile | 2 +- asmb/Makefile | 2 +- scanner/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/asma/Makefile b/asma/Makefile index 0aca751..6ce51e4 100755 --- a/asma/Makefile +++ b/asma/Makefile @@ -16,5 +16,5 @@ clean: @./$(NAME) 2test: - /usr/ftp/pub/ublu/test/$(NAME)/test + /usr/ftp/pub/ublu/test/$(NAME)/test 2>&1 diff --git a/asmb/Makefile b/asmb/Makefile index 9485d87..f307416 100755 --- a/asmb/Makefile +++ b/asmb/Makefile @@ -16,5 +16,5 @@ clean: @./$(NAME) 2test: - /usr/ftp/pub/ublu/test/$(NAME)/test + /usr/ftp/pub/ublu/test/$(NAME)/test 2>&1 diff --git a/scanner/Makefile b/scanner/Makefile index 7efaed8..3997a41 100755 --- a/scanner/Makefile +++ b/scanner/Makefile @@ -16,5 +16,5 @@ clean: @./$(NAME) 2test: - /usr/ftp/pub/ublu/test/$(NAME)/test + /usr/ftp/pub/ublu/test/$(NAME)/test 2>&1 -- 2.25.1