Skip to content
New issue

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

Bug 86478 - native win32 dmake 4.1[1|2] - warning only when building on non ntfs volume #10

Open
mohawk2 opened this issue Aug 28, 2014 · 1 comment

Comments

@mohawk2
Copy link
Owner

mohawk2 commented Aug 28, 2014

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...

@mohawk2
Copy link
Owner Author

mohawk2 commented Aug 30, 2014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant