Re: [Tigervnc-devel] Java Makefile

2011-06-01 Thread Brian Hinz
Yeah, I agree.  I hadn't noticed this, probably because I use the
'servertarball' make target to package everything up after building.

-brian

On Wed, Jun 1, 2011 at 1:43 AM, Martin Koegler
wrote:

> java/src/com/tigervnc/vncviewer/Makefile:
> | install: $(CLASSES) $(ARCHIVE)
> | $(CP) $(CLASSES) $(ARCHIVE) $(PAGES) $(INSTALL_DIR)
>
> Wouldn't be the following better:
> install: $(PAGES) $(ARCHIVE)
>$(CP) $(ARCHIVE) $(PAGES) $(INSTALL_DIR)
>
> I don't understand, why it installs the class files and does not depend
> on the other files, it copies.
>
> Regards,
> Martin Kögler
>
>
>
> --
> Simplify data backup and recovery for your virtual environment with
> vRanger.
> Installation's a snap, and flexible recovery options mean your data is
> safe,
> secure and there when you need it. Data protection magic?
> Nope - It's vRanger. Get your free trial download today.
> http://p.sf.net/sfu/quest-sfdev2dev
> ___
> Tigervnc-devel mailing list
> Tigervnc-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/tigervnc-devel
>
>
--
Simplify data backup and recovery for your virtual environment with vRanger. 
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today. 
http://p.sf.net/sfu/quest-sfdev2dev___
Tigervnc-devel mailing list
Tigervnc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-devel


[Tigervnc-devel] Java Makefile

2011-05-31 Thread Martin Koegler
java/src/com/tigervnc/vncviewer/Makefile:
| install: $(CLASSES) $(ARCHIVE)
| $(CP) $(CLASSES) $(ARCHIVE) $(PAGES) $(INSTALL_DIR)

Wouldn't be the following better:
install: $(PAGES) $(ARCHIVE)
$(CP) $(ARCHIVE) $(PAGES) $(INSTALL_DIR)

I don't understand, why it installs the class files and does not depend
on the other files, it copies.

Regards,
Martin K?gler

--
Simplify data backup and recovery for your virtual environment with vRanger. 
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today. 
http://p.sf.net/sfu/quest-sfdev2dev___
Tigervnc-devel mailing list
Tigervnc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-devel