Hi Rupert, Am 23.02.2009 um 00:48 schrieb rupert THURNER: > tried it with mod_python, and adjusted it to build mod_wsgi. but > somehow i did not understand the checksums: > > rup...@build8s:~/mgar/pkg/mod_wsgi > $ make checksum > [===== NOW BUILDING: mod_wsgi-2.3 =====] > [prerequisite] complete for mod_wsgi. > [fetch] complete for mod_wsgi. > gmake: *** No rule to make target `checksum-mod_wsgi-2.3.tar.gz', > needed by `checksum'. Stop. > > what do i miss out?
Well, 'checksum' is called automatically as dependency prior to 'extract'. In this step fingerprints are calculated for DISTFILES and compared against the file 'checksums'. There should be no need to call it manually. The checksum-file is updated when you call the make-target 'makesum' (calculate checksum only) or 'update' (clear, fetch, makesum). Best regards -- Dago _______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers
