Home » Developing U++ » Releasing U++ » Absolute paths in tarball makefiles
Absolute paths in tarball makefiles [message #61518] |
Sun, 02 March 2025 16:34 |
|
Hi everyone,
I have just accidentally noticed that the official source tarballs (e.g. upp-posix-17490.tar.xz) contain absolute paths:
$ grep /home/cxl *.in
Makefile.in:UPPDIR2 = /home/cxl/.config/u++/umk/UppHub/gdal/
Makefile.in:UPPDIR3 = /home/cxl/.config/u++/umk/UppHub/eigen/
umkMakefile.in:UPPDIR2 = /home/cxl/.config/u++/umk/UppHub/gdal/
umkMakefile.in:UPPDIR3 = /home/cxl/.config/u++/umk/UppHub/eigen/
It seems like slightly incorrect configuration on the machine where the makefiles are generated. It doesn't cause any trouble, but it looks really weird, when the package is build and the output shows that it looks in a home directory of a user that doesn't exist on the machine 
Best regards,
Honza
|
|
|
Goto Forum:
Current Time: Fri Apr 25 13:14:51 CEST 2025
Total time taken to generate the page: 0.00619 seconds
|