We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
this is a followup to issue 85014.
taking the same sample makefile and commandline
- - - makefile.mk - - - SHELL:=cmd.exe SHELLFLAGS:=/S /C all : exists @echo Done exists :: +@echo create > $@ - - - makefile.mk - - -
$ rm exists && ./dmake/dmake.exe -rf ../t_shay_2mw.mk
the warning
dmake: Warning: -- Target [all] was made but the time stamp has not been updated.
occurs when building on a network volume (smb or nfs) or a local fat32 volume...
The text was updated successfully, but these errors were encountered:
https://issues.apache.org/ooo/show_bug.cgi?id=86478
Sorry, something went wrong.
No branches or pull requests
this is a followup to issue 85014.
taking the same sample makefile and commandline
$ rm exists && ./dmake/dmake.exe -rf ../t_shay_2mw.mk
the warning
dmake: Warning: -- Target [all] was made but the time stamp has not been updated.
occurs when building on a network volume (smb or nfs) or a local fat32 volume...
The text was updated successfully, but these errors were encountered: