Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Sep 24th, 2012  |  syntax: Diff  |  size: 0.33 KB  |  hits: 34  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. --- include/version.mk  (Revision 33424)
  2. +++ include/version.mk  (Arbeitskopie)
  3. @@ -40,4 +40,4 @@
  4.         -e 's,%d,\L$(subst $(space),_,$(VERSION_DIST)),g' \
  5.         -e 's,%R,$(REVISION),g' \
  6.         -e 's,%T,$(BOARD),g' \
  7. -       -e 's,%S,$(BOARD)$(if $(SUBTARGET),/$(SUBTARGET)),g' \
  8. +       -e 's,%S,$(BOARD)/$(if $(SUBTARGET),$(SUBTARGET),generic),g' \