Now the BeRTOS demo emulator run on Mac OS X! You have to configure correctly Qt4...
[bertos.git] / bertos / rules.mk
index 68426c437a7bb598763f2acef8ba1aa3c4f1a80a..68ddb9b61e4dbc371cc7cc5294bc2c22b61e0ba6 100644 (file)
@@ -274,7 +274,7 @@ bumprev:
                buildnr=`sed <"$(BUILDREV_H)" -n -e 's/#define VERS_BUILD \([0-9][0-9]*\)/\1/p'`; \
        fi; \
        buildnr=`expr $$buildnr + 1`; \
-       buildhost=`hostname`; \
+       buildhost=`hostname | sed -n -e '1h;2,$$H;$${g;s/\n//g;p}'`; \
        echo "#define VERS_BUILD $$buildnr" >"$(BUILDREV_H)"; \
        echo "#define VERS_HOST  \"$$buildhost\"" >>"$(BUILDREV_H)"; \
        echo "Building revision $$buildnr"