Re: combined patch SMPP things
Benjamin Lee <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
I've checked and the patch is valid.
DESTDIR is used everywhere except in the two cases of creating the sbin and
bin directories.
Shouldn't there be a Makefile.am? ;-) To complete the GNU auto* toolchain
madness? (sic) (Bitter sweet humour intended.)
Index: Makefile.in
===================================================================
RCS file: /home/cvs/gateway/Makefile.in,v
retrieving revision 1.58
diff -u -r1.58 Makefile.in
--- Makefile.in 2 May 2002 22:35:07 -0000 1.58
+++ Makefile.in 7 May 2002 14:56:22 -0000
@@ -229,12 +229,12 @@
dummy:
install: all
- $(INSTALL) -d $(bindir)
+ $(INSTALL) -d $(DESTDIR)$(bindir)
for prog in $(binprogs); do \
$(INSTALL) $$prog \
$(DESTDIR)$(bindir)/`basename $$prog`$(suffix); \
done
- $(INSTALL) -d $(sbindir)
+ $(INSTALL) -d $(DESTDIR)$(sbindir)
for prog in $(sbinprogs); do \
$(INSTALL) $$prog \
$(DESTDIR)$(sbindir)/`basename $$prog`$(suffix); \
On Tuesday, 2002-05-07 at 07:08:21 AM, Benjamin Lee scribbled:
> Bruno,
>
> Ooo... sorry, maybe I missed something... let me look again... I thought
> that there were two instances of DESTDIR missing... let me check again.
> Stay tuned.
>
> On Tuesday, 2002-05-07 at 04:41:51 AM, Bruno David Simões Rodrigues scribbled:
> > On Sun, 2002-05-05 at 23:35, Benjamin Lee wrote:
> > > Combined diff attached. Including:
> > >
> > > 5. Makefile.in changes to allow nicer builds by non-root and temporary
> > > install dir DESTDIR, e.g. for RPMS /var/tmp/...
> >
> > kannel already does DESTDIR for debian and rpm packages.
> >
> > What do you want to change ?
> >
> >
> >
--
Benjamin Lee
71-75 City Rd, South Melbourne, VIC 3006 Australia http://www.dotwap.com/
Phone +61 3 9698 1840 Mobile +61 414 717 573 Fax +61 3 9698 1841