X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=debian%2Frules;h=fb334518f9eb6ca4c529c0aac01f325ecec5bcab;hb=2aa5f166dfea0044859b694d6c4fb9434f057e0e;hp=be3eeb28e163fb8f53e0c75f2ed91aeeac5a7043;hpb=0557868f58d1391c867d57aa1c0da6fad4562e4b;p=busybox-power diff --git a/debian/rules b/debian/rules index be3eeb2..fb33451 100755 --- a/debian/rules +++ b/debian/rules @@ -14,7 +14,7 @@ ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS))) CONFIG_DEBUG = y endif ifneq (,$(findstring thumb,$(DEB_BUILD_OPTIONS))) -THUMB := -mthumb + THUMB := -mthumb endif ifneq (,$(findstring parallel,$(DEB_BUILD_OPTIONS))) @@ -49,6 +49,8 @@ $(STAMPS_DIR)/setup_%: $(STAMPS_DIR)/source rm -rf '$(DIR)' cp -al '$(SOURCE_DIR)' '$(DIR)' cp debian/config/config.$* '$(DIR)'/.config + grep -qv Diablo /etc/maemo_version \ + || cp debian/config/config.$*.diablo '$(DIR)'/.config make -C '$(DIR)' oldconfig touch $@