[csw-users] Possible bug / type in gar.mk?

Dagobert Michelsen dam at opencsw.org
Wed Mar 4 22:37:38 CET 2009


Hi Ben,

Am 04.03.2009 um 22:27 schrieb Ben Walton:
> Excerpts from Juergen Arndt's message of Wed Mar 04 16:05:11 -0500  
> 2009:
>> In packages, I checked out some more days ago, everything was fine.  
>> So I
>> figured out, that in gar.mk the following line is indented - which  
>> leads
>> to that error. Without indention the installation step was ok.
>
> Confirmed that I saw the error today, but I haven't had a chance to
> diagnose it yet.  I'll test your fix later and let you know.

I already notified Sebastian:


Am 03.03.2009 um 16:09 schrieb skayser at users.sourceforge.net:

> Revision: 3566
>          http://gar.svn.sourceforge.net/gar/?rev=3566&view=rev
> Author:   skayser
> Date:     2009-03-03 15:09:38 +0000 (Tue, 03 Mar 2009)
>
> Log Message:
> -----------
> When GARFLAVOR=DBG drop strip from $(POST_INSTALL_TARGETS)
>
> Modified Paths:
> --------------
>    csw/mgar/gar/v2/gar.mk
>
> Modified: csw/mgar/gar/v2/gar.mk
> ===================================================================
> --- csw/mgar/gar/v2/gar.mk	2009-03-03 12:40:35 UTC (rev 3565)
> +++ csw/mgar/gar/v2/gar.mk	2009-03-03 15:09:38 UTC (rev 3566)
> @@ -415,7 +415,10 @@
> 	$(DONADA)
>
> # strip - Strip executables
> -POST_INSTALL_TARGETS := strip $(POST_INSTALL_TARGETS)
> +ifneq ($(GARFLAVOR),DBG)
> +	POST_INSTALL_TARGETS := strip $(POST_INSTALL_TARGETS)
> +endif
> +
> strip:
> 	@for target in $(STRIP_DIRS) $(DESTDIR)$(bindir) $(DESTDIR)$ 
> (sbindir) ; \
> 	do \
>
>
> This was sent by the SourceForge.net collaborative development  
> platform, the world's largest Open Source development site.
> _______________________________________________
> devel mailing list
> devel at lists.opencsw.org
> https://lists.opencsw.org/mailman/listinfo/devel


Best regards

   -- Dago



More information about the users mailing list