Changeset View
Changeset View
Standalone View
Standalone View
files/Do-not-rebuild-when-installing.patch
- This file was added.
| From ba469c043c9c6e664696b8aa27bbf35c8d33afc0 Mon Sep 17 00:00:00 2001 | |||||
| From: Fabio Forni <livingsilver94.solus@redaril.me> | |||||
| Date: Thu, 12 Mar 2020 23:25:27 +0100 | |||||
| Subject: [PATCH] Do not rebuild when installing | |||||
| --- | |||||
| Makefile | 8 +++----- | |||||
| 1 file changed, 3 insertions(+), 5 deletions(-) | |||||
| diff --git a/Makefile b/Makefile | |||||
| index e71cf86..fc28a24 100644 | |||||
| --- a/Makefile | |||||
| +++ b/Makefile | |||||
| @@ -98,9 +98,7 @@ clean : mostly_clean | |||||
| rm -f core */core | |||||
| rm -f *~ contrib/*/*~ */*~ | |||||
| -install : all install-common | |||||
| - | |||||
| -install-common : | |||||
| +install : | |||||
| $(INSTALL) -d $(DESTDIR)$(BINDIR) | |||||
| $(INSTALL) -d $(DESTDIR)$(MANDIR)/man8 | |||||
| $(INSTALL) -m 644 $(MAN)/dnsmasq.8 $(DESTDIR)$(MANDIR)/man8 | |||||
| @@ -117,7 +115,7 @@ all-i18n : $(BUILDDIR) | |||||
| cd $(top) && cd $(BUILDDIR) && $(MAKE) top="$(top)" -f $(top)/Makefile $${f%.po}.mo; \ | |||||
| done | |||||
| -install-i18n : all-i18n install-common | |||||
| +install-i18n : install | |||||
| cd $(BUILDDIR); $(top)/bld/install-mo $(DESTDIR)$(LOCALEDIR) $(INSTALL) | |||||
| cd $(MAN); ../bld/install-man $(DESTDIR)$(MANDIR) $(INSTALL) | |||||
| @@ -169,4 +167,4 @@ dnsmasq.pot : $(objs:.o=.c) $(hdrs) | |||||
| %.mo : $(top)/$(PO)/%.po dnsmasq.pot | |||||
| $(MSGMERGE) -o - $(top)/$(PO)/$*.po dnsmasq.pot | $(MSGFMT) -o $*.mo - | |||||
| -.PHONY : all clean mostly_clean install install-common all-i18n install-i18n merge baseline bloatcheck | |||||
| +.PHONY : all clean mostly_clean install all-i18n install-i18n merge baseline bloatcheck | |||||
| -- | |||||
| 2.25.1 | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.