Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 323697
b: refs/heads/master
c: c883122
h: refs/heads/master
i:
  323695: d6ae785
v: v3
  • Loading branch information
Steven Rostedt authored and Arnaldo Carvalho de Melo committed Aug 16, 2012
1 parent b5e7ba3 commit 2ef85eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0c21f736e0a37c50f66ab248d2a52f711b28a4e4
refs/heads/master: c883122acc0d97648d8b8f4726709017674e4420
6 changes: 4 additions & 2 deletions trunk/tools/scripts/Makefile.include
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
ifeq ("$(origin O)", "command line")
OUTPUT := $(O)/
COMMAND_O := O=$(O)
dummy := $(if $(shell test -d $(O) || echo $(O)),$(error O=$(O) does not exist),)
ABSOLUTE_O := $(shell cd $(O) ; pwd)
OUTPUT := $(ABSOLUTE_O)/
COMMAND_O := O=$(ABSOLUTE_O)
endif

ifneq ($(OUTPUT),)
Expand Down

0 comments on commit 2ef85eb

Please sign in to comment.