Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 376704
b: refs/heads/master
c: 42a0940
h: refs/heads/master
v: v3
  • Loading branch information
Michal Marek committed May 30, 2013
1 parent 5e17a50 commit 6fbb12d
Show file tree
Hide file tree
Showing 3 changed files with 3 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: e983b7b17ad1a978e954e6aaa62cf12bfc747883
refs/heads/master: 42a0940d9d582214a8d0f8ba41f2b4fe987e21b0
2 changes: 1 addition & 1 deletion trunk/scripts/Makefile.lib
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ $(obj)/%.dtb.S: $(obj)/%.dtb
quiet_cmd_dtc = DTC $@
cmd_dtc = $(CPP) $(dtc_cpp_flags) -x assembler-with-cpp -o $(dtc-tmp) $< ; \
$(objtree)/scripts/dtc/dtc -O dtb -o $@ -b 0 \
-i $(srctree)/arch/$(SRCARCH)/boot/dts $(DTC_FLAGS) \
-i $(dir $<) $(DTC_FLAGS) \
-d $(depfile).dtc $(dtc-tmp) ; \
cat $(depfile).pre $(depfile).dtc > $(depfile)

Expand Down
2 changes: 1 addition & 1 deletion trunk/scripts/package/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ binrpm-pkg: FORCE
mv -f $(objtree)/.tmp_version $(objtree)/.version

$(RPM) $(RPMOPTS) --define "_builddir $(objtree)" --target \
$(UTS_MACHINE) -bb $<
$(UTS_MACHINE) -bb $(objtree)/binkernel.spec
rm binkernel.spec

# Deb target
Expand Down

0 comments on commit 6fbb12d

Please sign in to comment.