Commit c8028070ec7e8d0e99eaff71bbbaa94c3b878f6c
1 parent
951e9fcd
Exists in
master
and in
5 other branches
Gerando pacote sles
Showing
2 changed files
with
5 additions
and
2 deletions
Show diff stats
Makefile.in
| @@ -248,6 +248,7 @@ clean: | @@ -248,6 +248,7 @@ clean: | ||
| 248 | @rm -f *.log | 248 | @rm -f *.log |
| 249 | 249 | ||
| 250 | distclean: clean | 250 | distclean: clean |
| 251 | + @make -C src/pw3270 distclean | ||
| 251 | @rm -f src/pw3270/Makefile | 252 | @rm -f src/pw3270/Makefile |
| 252 | @rm -f config.status | 253 | @rm -f config.status |
| 253 | @rm -f src/lib3270/mkversion.sh | 254 | @rm -f src/lib3270/mkversion.sh |
src/pw3270/Makefile.in
| @@ -158,6 +158,10 @@ $(BINDIR)/pot/pw3270.pot: $(foreach SRC, $(basename $(SOURCES)), $(TMPDIR)/pot/$ | @@ -158,6 +158,10 @@ $(BINDIR)/pot/pw3270.pot: $(foreach SRC, $(basename $(SOURCES)), $(TMPDIR)/pot/$ | ||
| 158 | @mkdir -p `dirname $@` | 158 | @mkdir -p `dirname $@` |
| 159 | @$(MSGCAT) --sort-output $^ > $@ | 159 | @$(MSGCAT) --sort-output $^ > $@ |
| 160 | 160 | ||
| 161 | +distclean: clean | ||
| 162 | + @rm -f $(PACKAGE_NAME).png | ||
| 163 | + @rm -f $(PACKAGE_NAME)-logo.png | ||
| 164 | + | ||
| 161 | clean: clean-common | 165 | clean: clean-common |
| 162 | @rm -f v3270/marshal.c | 166 | @rm -f v3270/marshal.c |
| 163 | @rm -f v3270/marshal.h | 167 | @rm -f v3270/marshal.h |
| @@ -165,7 +169,5 @@ clean: clean-common | @@ -165,7 +169,5 @@ clean: clean-common | ||
| 165 | @rm -fr uiparser/.obj | 169 | @rm -fr uiparser/.obj |
| 166 | @rm -fr v3270/.bin | 170 | @rm -fr v3270/.bin |
| 167 | @rm -fr v3270/.obj | 171 | @rm -fr v3270/.obj |
| 168 | - @rm -f $(PACKAGE_NAME).png | ||
| 169 | - @rm -f $(PACKAGE_NAME)-logo.png | ||
| 170 | @rm -f $(PACKAGE_NAME).desktop | 172 | @rm -f $(PACKAGE_NAME).desktop |
| 171 | 173 |