r66
@ -15,7 +15,7 @@ demo: $(BIN)
/usr/share/debconf/frontend ./$(BIN)
# Size optimized and stripped binary target.
small: CFLAGS=-Os $(CFLAGS)
small: CFLAGS=-Os $(CFLAGS) -DSMALL
small: clean $(BIN)
strip --remove-section=.comment --remove-section=.note \
--strip-unneeded $(BIN)
@ -36,7 +36,10 @@ int debconf_command (const char *fmt, ...) {
return atoi(buf);
}
else {
/* Nothing was entered; never really happens. */
/*
* Nothing was entered; never really happens except during
* debugging.
*/
text=buf;
return 0;