- Timestamp:
- Apr 7, 2007, 6:01:30 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/libc-0.6/src/libctests/libc/Makefile
r3007 r3008 170 170 $(eval _EXEC := $(strip $(if $($1_DIR),\ 171 171 cd $($(1)_DIR) && LC_ALL=C $($1_ENVS) $(ABSOUTDIR)/$(2).exe $($1_ARGS),\ 172 cd $(dir $(OUTDIR)/$2) && LC_ALL=C $($1_ENVS) $(notdir $2).exe $($1_ARGS))))172 cd $(dir $(OUTDIR)/$2) && LC_ALL=C $($1_ENVS) ./$(notdir $2).exe $($1_ARGS)))) 173 173 174 174 $(OUTDIR)/$2.result: $1 $(OUTDIR)/$(dir $1).dir_created $($(1)_DEPS)
Note:
See TracChangeset
for help on using the changeset viewer.