Re: [QT] make -clean error

2012-03-01 Thread Gilles Filippini
Πρεκατές Αλέξανδρος a écrit , Le 01/03/2012 00:54:
 [cut]
 I run it without '-' but still the job stops with the same errors..
 Maybe there is no such target (clean) defined in a Makefile?
 -- 
 Patryk LeadMan Benderz
 Linux Registered User #377521
 ()  ascii ribbon campaign - against html e-mail
 /\  www.asciiribbon.org   - against proprietary attachments


 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community

 
 there is.
 
 radekp-qtmoko-build$ less Makefile 
 
 clean:
 @echo make: running qbuild clean
 @/home/chomwitt/programming/QT4/radekp-qtmoko-build/sdk/bin/qbuild -
 from-make $(MAKE) clean

Command prefixed with - into a makefile are used for ignoring
potential error. It is of common use in clean targets.

From the command line, the same effect is achieved with the -i option.

In case this is actually the intention, either you change the makefile with:

clean:
@echo make: running qbuild clean
-@/home/chomwitt/programming/QT4/radekp-qtmoko-build/sdk \
/bin/qbuild -from-make $(MAKE) clean

or you call the clean target with:

make -i clean.

HTH,

_g.




signature.asc
Description: OpenPGP digital signature
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QT] make -clean error

2012-02-29 Thread Patryk Benderz
[cut]
 I run it without '-' but still the job stops with the same errors..
Maybe there is no such target (clean) defined in a Makefile?
-- 
Patryk LeadMan Benderz
Linux Registered User #377521
()  ascii ribbon campaign - against html e-mail
/\  www.asciiribbon.org   - against proprietary attachments


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QT] make -clean error

2012-02-29 Thread Πρεκατές Αλέξανδρος
 [cut]
  I run it without '-' but still the job stops with the same errors..
 Maybe there is no such target (clean) defined in a Makefile?
 -- 
 Patryk LeadMan Benderz
 Linux Registered User #377521
 ()  ascii ribbon campaign - against html e-mail
 /\  www.asciiribbon.org   - against proprietary attachments
 
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
 

there is.

radekp-qtmoko-build$ less Makefile 

clean:
@echo make: running qbuild clean
@/home/chomwitt/programming/QT4/radekp-qtmoko-build/sdk/bin/qbuild -
from-make $(MAKE) clean

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QT] make -clean error

2012-02-28 Thread arne anka

Alexandros,

without any further research -- make -clean looks dubious to me.
shouldn't it rather be

make clean

?


After building qtmoko v39 in my debian -squeeze box :

in the qtmoko-build directory:
$make -clean




rm /home/chomwitt/programming/QT4/radekp-qtmoko-
build/src/settings/language/liblanguage.so
rm /home/chomwitt/programming/QT4/radekp-qtmoko-
build/sdk/lib/libspygrind.so.1.0.0
*** Error
/clean: Prerequisite failed
/sub_clean: Prerequisite failed
/src/clean_sub: Prerequisite failed
/src/clean: Prerequisite failed
/src/sub_clean: Prerequisite failed
/src/libraries/clean_sub: Prerequisite failed
/src/libraries/clean: Prerequisite failed
/src/libraries/sub_clean: Prerequisite failed
/src/libraries/qt/clean_sub: Prerequisite failed
/src/libraries/qt/clean: Command execution failed
$$QT_PATCH_ENV $$MAKE -C $$QTDIR/src clean
MAKEFILE=Makefile QMAKEFEATURES=/home/chomwitt/programming/QT4/radekp-
qtmoko/src/build/qt_patch  
QMAKEPATH=/home/chomwitt/programming/QT4/radekp-
qtmoko/qtopiacore/qt QPE_CONFIG=functions mkspec rules templates  
subdirs php
qbuild depends installs i18n runlast defaults use_pic packages warn_on  
release
free_package enable_rpath enable_malloc_hook enable_strict_flags  
build_device

enable_qvfb qws build_rotate enable_ssl enable_qtopiawhereabouts
enable_bluetooth enable_infrared enable_dbus enable_telephony enable_cell
enable_voip enable_vpn enable_qtopiamedia enable_phonon build_libamr  
qtuitest
enable_pictureflow build_qtopia_sqlite build_qtopia in_build_tree unix  
phone
projects QTOPIACORE_CONFIG=  
QPEDIR=/home/chomwitt/programming/QT4/radekp-
qtmoko-build  
SDKROOT=/home/chomwitt/programming/QT4/radekp-qtmoko-build/sdk

ADD_CFLAGS= make -C /home/chomwitt/programming/QT4/radekp-qtmoko-
build/qtopiacore/host/src clean
make[1]: Entering directory  
`/home/chomwitt/programming/QT4/radekp-qtmoko-

build/qtopiacore/host/src'
make[1]: Leaving directory `/home/chomwitt/programming/QT4/radekp-qtmoko-
build/qtopiacore/host/src'
make[1]: *** No rule to make target `clean'.  Stop.

make: *** [clean] Error 1




Why is that?




Also if i run again make -clean will seem to repeat again al l the  
previous

commands in a behaviour that reminds me the issue #45
https://github.com/radekp/qtmoko/issues/45

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community



--
Schon vor dem Come-Back von Modern Talking wusste ich:
Dieter Bohlen ist der Preis der Freiheit.
   Heinz Rudolf Kunze

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QT] make -clean error

2012-02-28 Thread Πρεκατές Αλέξανδρος
 Alexandros,
 
 without any further research -- make -clean looks dubious to me.
 shouldn't it rather be
 
 make clean
 
 ?
 


I run it without '-' but still the job stops with the same errors..




alexandros

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


[QT] make -clean error

2012-02-27 Thread Πρεκατές Αλέξανδρος
After building qtmoko v39 in my debian -squeeze box :

in the qtmoko-build directory:
$make -clean 




rm /home/chomwitt/programming/QT4/radekp-qtmoko-
build/src/settings/language/liblanguage.so
rm /home/chomwitt/programming/QT4/radekp-qtmoko-
build/sdk/lib/libspygrind.so.1.0.0
*** Error 
/clean: Prerequisite failed
/sub_clean: Prerequisite failed
/src/clean_sub: Prerequisite failed
/src/clean: Prerequisite failed
/src/sub_clean: Prerequisite failed
/src/libraries/clean_sub: Prerequisite failed
/src/libraries/clean: Prerequisite failed
/src/libraries/sub_clean: Prerequisite failed
/src/libraries/qt/clean_sub: Prerequisite failed
/src/libraries/qt/clean: Command execution failed
$$QT_PATCH_ENV $$MAKE -C $$QTDIR/src clean
MAKEFILE=Makefile QMAKEFEATURES=/home/chomwitt/programming/QT4/radekp-
qtmoko/src/build/qt_patch QMAKEPATH=/home/chomwitt/programming/QT4/radekp-
qtmoko/qtopiacore/qt QPE_CONFIG=functions mkspec rules templates subdirs php 
qbuild depends installs i18n runlast defaults use_pic packages warn_on release 
free_package enable_rpath enable_malloc_hook enable_strict_flags build_device 
enable_qvfb qws build_rotate enable_ssl enable_qtopiawhereabouts 
enable_bluetooth enable_infrared enable_dbus enable_telephony enable_cell 
enable_voip enable_vpn enable_qtopiamedia enable_phonon build_libamr qtuitest 
enable_pictureflow build_qtopia_sqlite build_qtopia in_build_tree unix phone 
projects QTOPIACORE_CONFIG= QPEDIR=/home/chomwitt/programming/QT4/radekp-
qtmoko-build SDKROOT=/home/chomwitt/programming/QT4/radekp-qtmoko-build/sdk 
ADD_CFLAGS= make -C /home/chomwitt/programming/QT4/radekp-qtmoko-
build/qtopiacore/host/src clean
make[1]: Entering directory `/home/chomwitt/programming/QT4/radekp-qtmoko-
build/qtopiacore/host/src'
make[1]: Leaving directory `/home/chomwitt/programming/QT4/radekp-qtmoko-
build/qtopiacore/host/src'
make[1]: *** No rule to make target `clean'.  Stop.

make: *** [clean] Error 1




Why is that?




Also if i run again make -clean will seem to repeat again al l the previous 
commands in a behaviour that reminds me the issue #45 
https://github.com/radekp/qtmoko/issues/45

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community